// udecxusbdevice.h
typedef struct _UDECX_USB_DEVICE_PLUG_IN_OPTIONS {
ULONG Size;
ULONG Usb20PortNumber;
ULONG Usb30PortNumber;
} UDECX_USB_DEVICE_PLUG_IN_OPTIONS, *PUDECX_USB_DEVICE_PLUG_IN_OPTIONS;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the port numbers to which a virtual USB device is connected. Initialize this structure by calling the UDECX_USB_DEVICE_PLUG_IN_OPTIONS_INIT method.
SizeThe size of this structure.
Usb20PortNumberThe USB 2.0 port number.
Usb30PortNumberThe USB 2.0 port number.