Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
SP_DEVICE_INTERFACE_DATA (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
struct SP_DEVICE_INTERFACE_DATA
{
public Int32 cbSize;
public Guid interfaceClassGuid;
public Int32 flags;
private UIntPtr reserved;
}
VB Definition:
<StructLayout(LayoutKind.Sequential)> _
Public Structure SP_DEVICE_INTERFACE_DATA
Public cbSize As UInteger
Public interfaceClassGuid As Guid
Public flags As UInteger
Public reserved As IntPtr
End Structure
Members:
cbSize, Size of the structure, in bytes.
interfaceClassGuid, GUID of the device interface class.