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.
USB_HUB_INFORMATION (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
struct USB_HUB_INFORMATION
{
public USB_HUB_DESCRIPTOR HubDescriptor;
public byte HubIsBusPowered;
}
VB Definition:
Structure USB_HUB_INFORMATION
Public TODO
End Structure
User-Defined Field Types:
None.
Notes:
Often nested inside a USB_NODE_INFORMATION structure