UDECX_USB_DEVICE_PLUG_IN_OPTIONS_INIT function (udecxusbdevice.h)

Initializes a UDECX_USB_DEVICE_PLUG_IN_OPTIONS structure.

Syntax

void UDECX_USB_DEVICE_PLUG_IN_OPTIONS_INIT(
  [out] PUDECX_USB_DEVICE_PLUG_IN_OPTIONS Options
);

Parameters

[out] Options

A pointer to a UDECX_USB_DEVICE_PLUG_IN_OPTIONS structure to initialize.

Return value

None

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Target Platform Windows
Minimum KMDF version 1.15
Header udecxusbdevice.h (include Udecx.h)
Library Udecxstub.lib
IRQL PASSIVE_LEVEL

See also

UdecxUsbDevicePlugIn