UdecxUsbDevicePlugOutAndDelete 函数 (udecxusbdevice.h)
断开虚拟 USB 设备的连接。
语法
NTSTATUS UdecxUsbDevicePlugOutAndDelete(
[in] UDECXUSBDEVICE UdecxUsbDevice
);
参数
[in] UdecxUsbDevice
UDE 设备对象的句柄。 客户端驱动程序在对 UdecxUsbDeviceCreate 的上一次调用中检索了此指针。
返回值
如果操作成功,方法将返回STATUS_SUCCESS。 否则,此方法可能会返回相应的 NTSTATUS 错误代码。
注解
如果需要在运行时删除 USB 设备,客户端驱动程序可以调用此方法来指示断开连接事件。 此调用完成后,客户端驱动程序将不再使用 UdecxUsbDevice 参数指定的设备;它必须通过调用 UdecxUsbDeviceCreate 创建另一台设备。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 |
最低受支持的服务器 | Windows Server 2016 |
目标平台 | Windows |
最低 KMDF 版本 | 1.15 |
标头 | udecxusbdevice.h (包括 Udecx.h) |
Library | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |