UdecxUsbDeviceInitFree 函数 (udecxusbdevice.h)

释放由 UdecxUsbDeviceInitAllocate 调用分配的资源。

语法

void UdecxUsbDeviceInitFree(
  [in, out] PUDECXUSBDEVICE_INIT UdecxUsbDeviceInit
);

参数

[in, out] UdecxUsbDeviceInit

指向 WDF 分配结构的指针,该结构包含虚拟 USB 设备的初始化参数。 客户端驱动程序在上一次调用 UdecxUsbDeviceInitAllocate 时检索了此指针。

返回值

要求

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

另请参阅

体系结构:USB 设备模拟 (UDE)

编写 UDE 客户端驱动程序