// udecxusbendpoint.h
VOID UdecxUsbEndpointInitSetCallbacks(
PUDECXUSBENDPOINT_INIT UdecxUsbEndpointInit,
[in] PUDECX_USB_ENDPOINT_CALLBACKS EndpointCallbacks
);
View the official Windows Driver Kit DDI referenceNo description available.
Sets pointers to UDE client driver-implemented callback functions in the initialization parameters of the simple endpoint to create.
UdecxUsbEndpointInitA pointer to an UDECXUSBENDPOINT_INIT structure that the client driver retrieved in the previous call to UdecxUsbSimpleEndpointInitAllocate.
EndpointCallbacks [in]A pointer to UDECX_USB_ENDPOINT_CALLBACKS that contains function pointers to event callback functions implemented by the UDE client driver.
Architecture: USB Device Emulation (UDE)