hidNotifyPresence 函数 (hidport.h)
HidNotifyPresence 函数是为 HID 驱动程序内部框架保留的,不应由代码使用。
语法
NTSTATUS HidNotifyPresence(
PDEVICE_OBJECT DeviceObject,
BOOLEAN IsPresent
);
参数
DeviceObject
(In,PDEVICE_OBJECT)
IsPresent
在 BOOLEAN) 中 (
返回值
此函数返回 NTSTATUS。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 在 Windows XP SP1 和更高版本的 Windows 中可用。 |
目标平台 | 通用 |
标头 | hidport.h (包括 hidport.h) |
Library | Hid.lib |
IRQL | <= DISPATCH_LEVEL |