// hidport.h
NTSTATUS HidNotifyPresence(
PDEVICE_OBJECT DeviceObject,
BOOLEAN IsPresent
);
View the official Windows Driver Kit DDI referenceNo description available.
The HidNotifyPresence function is reserved for the HID driver internal framework and is not intended to be used by your code.
DeviceObject(In, PDEVICE_OBJECT)
IsPresent(In BOOLEAN)
This function returns NTSTATUS.