HidNotifyPresence-Funktion (hidport.h)
Die HidNotifyPresence--Funktion ist für das interne HID-Treiberframework reserviert und soll nicht vom Code verwendet werden.
Syntax
NTSTATUS HidNotifyPresence(
PDEVICE_OBJECT DeviceObject,
BOOLEAN IsPresent
);
Parameter
DeviceObject
(In, PDEVICE_OBJECT)
IsPresent
(In BOOLEAN)
Rückgabewert
Diese Funktion gibt NTSTATUS zurück.
Anforderungen
Anforderung | Wert |
---|---|
mindestens unterstützte Client- | Verfügbar in Windows XP SP1 und höheren Versionen von Windows. |
Zielplattform- | Universal |
Header- | hidport.h (include hidport.h) |
Library | Hid.lib |
IRQL- | <= DISPATCH_LEVEL |