Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function enables HID device notifications. It is required for HID client drivers.
BOOL HIDDeviceNotifications( DWORD dwMsg, WPARAM wParam, PVOID pvNotifyParameter);
Parameters
- dwMsg
[in] Notification code. The only supported notification code is HID_CLOSE_DEVICE. When HID_CLOSE_DEVICE is sent, wParam is zero to specify that it is unused. - wParam
[in] Message parameter. - pvNotifyParameter
[out] Client-supplied value.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
All HID client drivers must expose this function.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Hiddi.h.
Link Library: Conshid_lib.lib, Kbdhid_lib.lib, or Mouhid_lib.lib.
See Also
HID Driver Registry Settings | HIDDeviceAttach
Send Feedback on this topic to the authors