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) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |