UdecxUsbEndpointPurgeComplete 函数 (udecxusbendpoint.h)
完成异步请求,以取消排队到指定终结点的所有 I/O 请求。
语法
void UdecxUsbEndpointPurgeComplete(
[in] UDECXUSBENDPOINT UdecxUsbEndpoint
);
参数
[in] UdecxUsbEndpoint
UDE 终结点对象的句柄。 客户端驱动程序在上一次调用 UdecxUsbEndpointCreate 时检索了此指针。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 |
最低受支持的服务器 | Windows Server 2016 |
目标平台 | Windows |
最低 KMDF 版本 | 1.15 |
标头 | udecxusbendpoint.h (包括 Udecx.h) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |