UdecxUsbEndpointInitSetCallbacks 函式 (udecxusbendpoint.h)
在要建立之簡單端點的初始化參數中,設定 UDE 用戶端驅動程式實作回呼函式的指標。
語法
void UdecxUsbEndpointInitSetCallbacks(
PUDECXUSBENDPOINT_INIT UdecxUsbEndpointInit,
[in] PUDECX_USB_ENDPOINT_CALLBACKS EndpointCallbacks
);
參數
UdecxUsbEndpointInit
用戶端驅動程式在先前呼叫UdecxUsbSimpleEndpointInitAllocate 中所擷取之UDECXUSBENDPOINT_INIT結構的指標。
[in] EndpointCallbacks
UDECX_USB_ENDPOINT_CALLBACKS指標,其中包含UDE用戶端驅動程式所實作之事件回呼函式的函式指標。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 |
最低支援的伺服器 | Windows Server 2016 |
目標平台 | Windows |
最低 KMDF 版本 | 1.15 |
標頭 | udecxusbendpoint.h (包含 Udecx.h) |
程式庫 | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |