// 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 referenceNo description available.
Initializes a UDECX_USB_ENDPOINT_CALLBACKS structure before a UdecxUsbEndpointCreate call.
Callbacks [out]A pointer to a UDECX_USB_ENDPOINT_CALLBACKS to initialize.
EvtUsbEndpointResetPointer to an EVT_UDECX_USB_ENDPOINT_RESET callback function.