Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
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;
Members
Size
The size of this structure.
Usb20PortNumber
The USB 2.0 port number.
Usb30PortNumber
The USB 2.0 port number.
Requirements
Requirement | Value |
---|---|
Header | udecxusbdevice.h (include Udecx.h) |