HidNotifyPresence function (hidport.h)

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

Syntax

NTSTATUS HidNotifyPresence(
  PDEVICE_OBJECT DeviceObject,
  BOOLEAN        IsPresent
);

Parameters

DeviceObject

(In, PDEVICE_OBJECT)

IsPresent

(In BOOLEAN)

Return value

This function returns NTSTATUS.

Requirements

Requirement Value
Minimum supported client Available in Windows XP SP1 and later versions of Windows.
Target Platform Universal
Header hidport.h (include hidport.h)
Library Hid.lib
IRQL <= DISPATCH_LEVEL