HidNotifyPresence - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hidport.h

NTSTATUS HidNotifyPresence(
  PDEVICE_OBJECT DeviceObject,
  BOOLEAN        IsPresent
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-hidport-hidnotifypresence)

HidNotifyPresence function

Description

The HidNotifyPresence function is reserved for the HID driver internal framework and is not intended to be used by your code.

Parameters

DeviceObject

(In, PDEVICE_OBJECT)

IsPresent

(In BOOLEAN)

Return value

This function returns NTSTATUS.

Remarks

See also