UdecxUsbEndpointInitFree 函数 (udecxusbendpoint.h)

释放 UdecxUsbSimpleEndpointInitAllocate 调用分配的资源。

语法

void UdecxUsbEndpointInitFree(
  [in] PUDECXUSBENDPOINT_INIT Init
);

参数

[in] Init

指向客户端驱动程序在上一次调用中检索到 UdecxUsbSimpleEndpointInitAllocateUDECXUSBENDPOINT_INIT 结构的指针。

返回值

没有

要求

要求 价值
最低支持的客户端 Windows 10
支持的最低服务器 Windows Server 2016
目标平台 窗户
最低 KMDF 版本 1.15
标头 udecxusbendpoint.h (包括 Udecx.h)
Udecxstub.lib
IRQL PASSIVE_LEVEL

另请参阅

体系结构:USB 设备仿真(UDE)

UdecxUsbEndpointCreate

编写 UDE 客户端驱动程序