WDF_USB_DEVICE_INFORMATION_INIT - NtDoc

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

VOID WDF_USB_DEVICE_INFORMATION_INIT(
  [out] PWDF_USB_DEVICE_INFORMATION Udi
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfusb-wdf_usb_device_information_init)

WDF_USB_DEVICE_INFORMATION_INIT function

Description

[Applies to KMDF and UMDF]

The WDF_USB_DEVICE_INFORMATION_INIT function initializes a driver's WDF_USB_DEVICE_INFORMATION structure.

Parameters

Udi [out]

A pointer to the driver's WDF_USB_DEVICE_INFORMATION structure.

Remarks

The WDF_USB_DEVICE_INFORMATION_INIT function zeros the WDF_USB_DEVICE_INFORMATION structure and sets its Size member to the size of the structure.

Examples

For a code example that usesWDF_USB_DEVICE_INFORMATION_INIT, see WdfUsbTargetDeviceRetrieveInformation.

See also

WDF_USB_DEVICE_INFORMATION