UDECX_USB_DEVICE_PLUG_IN_OPTIONS_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// udecxusbdevice.h

VOID UDECX_USB_DEVICE_PLUG_IN_OPTIONS_INIT(
  [out] PUDECX_USB_DEVICE_PLUG_IN_OPTIONS Options
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-udecxusbdevice-udecx_usb_device_plug_in_options_init)

UDECX_USB_DEVICE_PLUG_IN_OPTIONS_INIT function

Description

Initializes a UDECX_USB_DEVICE_PLUG_IN_OPTIONS structure.

Parameters

Options [out]

A pointer to a UDECX_USB_DEVICE_PLUG_IN_OPTIONS structure to initialize.

Remarks

The method initializes Usb20PortNumber and Usb30PortNumber to 0. This indicates a request for automatic port number selection.

See also

UdecxUsbDevicePlugIn