UDECX_USB_DEVICE_PLUG_IN_OPTIONS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-udecxusbdevice-_udecx_usb_device_plug_in_options)

_UDECX_USB_DEVICE_PLUG_IN_OPTIONS structure

Description

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.

Members

Size

The size of this structure.

Usb20PortNumber

The USB 2.0 port number.

Usb30PortNumber

The USB 2.0 port number.

See also

UdecxUsbDevicePlugIn