// wdfusb.h
VOID WDF_USB_PIPE_INFORMATION_INIT(
[out] PWDF_USB_PIPE_INFORMATION Info
);
View the official Windows Driver Kit DDI reference
No description available.
[Applies to KMDF and UMDF]
The WDF_USB_PIPE_INFORMATION_INIT function initializes a WDF_USB_PIPE_INFORMATION structure.
Info
[out]A pointer to a WDF_USB_PIPE_INFORMATION structure.
The WDF_USB_PIPE_INFORMATION_INIT function zeros the WDF_USB_PIPE_INFORMATION structure and sets the structure's Size member.
For a code example that uses WDF_USB_PIPE_INFORMATION_INIT, see WdfUsbInterfaceGetEndpointInformation.