HidNotifyPresence 函式 (hidport.h)
HidNotifyPresence 函式會保留給 HID 驅動程式內部架構,並不適合您的程式代碼使用。
語法
NTSTATUS HidNotifyPresence(
PDEVICE_OBJECT DeviceObject,
BOOLEAN IsPresent
);
參數
DeviceObject
(in, PDEVICE_OBJECT)
IsPresent
(布林值 )
傳回值
此函式會傳回NTSTATUS。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | 適用於 Windows XP SP1 和更新版本的 Windows。 |
目標平臺 | 普遍 |
標頭 | hidport.h (包括 hidport.h) |
連結庫 | Hid.lib |
IRQL | <= DISPATCH_LEVEL |