WDF_USB_PIPE_INFORMATION_INIT - NtDoc

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

VOID WDF_USB_PIPE_INFORMATION_INIT(
  [out] PWDF_USB_PIPE_INFORMATION Info
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WDF_USB_PIPE_INFORMATION_INIT function

Description

[Applies to KMDF and UMDF]

The WDF_USB_PIPE_INFORMATION_INIT function initializes a WDF_USB_PIPE_INFORMATION structure.

Parameters

Info [out]

A pointer to a WDF_USB_PIPE_INFORMATION structure.

Remarks

The WDF_USB_PIPE_INFORMATION_INIT function zeros the WDF_USB_PIPE_INFORMATION structure and sets the structure's Size member.

Examples

For a code example that uses WDF_USB_PIPE_INFORMATION_INIT, see WdfUsbInterfaceGetEndpointInformation.

See also

WDF_USB_PIPE_INFORMATION