UDECX_USB_ENDPOINT_CALLBACKS_INIT - NtDoc

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

VOID UDECX_USB_ENDPOINT_CALLBACKS_INIT(
  [out] PUDECX_USB_ENDPOINT_CALLBACKS Callbacks,
        PFN_UDECX_USB_ENDPOINT_RESET  EvtUsbEndpointReset
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-udecxusbendpoint-udecx_usb_endpoint_callbacks_init)

UDECX_USB_ENDPOINT_CALLBACKS_INIT function

Description

Initializes a UDECX_USB_ENDPOINT_CALLBACKS structure before a UdecxUsbEndpointCreate call.

Parameters

Callbacks [out]

A pointer to a UDECX_USB_ENDPOINT_CALLBACKS to initialize.

EvtUsbEndpointReset

Pointer to an EVT_UDECX_USB_ENDPOINT_RESET callback function.

See also

UdecxUsbEndpointCreate