UdecxUsbEndpointInitSetCallbacks - NtDoc

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

VOID UdecxUsbEndpointInitSetCallbacks(
       PUDECXUSBENDPOINT_INIT        UdecxUsbEndpointInit,
  [in] PUDECX_USB_ENDPOINT_CALLBACKS EndpointCallbacks
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

UdecxUsbEndpointInitSetCallbacks function

Description

Sets pointers to UDE client driver-implemented callback functions in the initialization parameters of the simple endpoint to create.

Parameters

UdecxUsbEndpointInit

A 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.

See also

Architecture: USB Device Emulation (UDE)

UdecxUsbEndpointCreate

Write a UDE client driver