// wdfusb.h
VOID WDF_USB_DEVICE_INFORMATION_INIT(
[out] PWDF_USB_DEVICE_INFORMATION Udi
);
View the official Windows Driver Kit DDI reference
No description available.
[Applies to KMDF and UMDF]
The WDF_USB_DEVICE_INFORMATION_INIT function initializes a driver's WDF_USB_DEVICE_INFORMATION structure.
Udi
[out]A pointer to the driver's WDF_USB_DEVICE_INFORMATION structure.
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.
For a code example that usesWDF_USB_DEVICE_INFORMATION_INIT, see WdfUsbTargetDeviceRetrieveInformation.