UdecxUsbEndpointInitSetEndpointAddress 函数 (udecxusbendpoint.h)
在要创建的简单终结点的初始化参数中设置终结点的地址。
语法
void UdecxUsbEndpointInitSetEndpointAddress(
[in, out] PUDECXUSBENDPOINT_INIT Init,
[in] UCHAR EndpointAddress
);
参数
[in, out] Init
指向客户端驱动程序在上一次调用 UdecxUsbSimpleEndpointInitAllocate 时检索到的UDECXUSBENDPOINT_INIT结构的指针。
[in] EndpointAddress
指定 USB 定义的终结点地址。 四个低阶位指定终结点编号。 高阶位指定此终结点上的数据流方向:1 表示输入,0 表示输出。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 |
最低受支持的服务器 | Windows Server 2016 |
目标平台 | Windows |
最低 KMDF 版本 | 1.15 |
标头 | udecxusbendpoint.h (包括 Udecx.h) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |