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 removes a device notification callback function.
typedef BOOL (* LPUN_REGISTER_NOTIFICATION_ROUTINE)( USB_HANDLE hDevice, LPDEVICE_NOTIFY_ROUTINE lpNotifyRoutine, LPVOID lpvNotifyParameter);
Parameters
- hDevice
[in] Handle to a USB device. - lpNotifyRoutine
[in] Pointer to the address of a notification callback function. - lpvNotifyParameter
[in] Address passed to the LPREGISTER_NOTIFICATION_ROUTINE function.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
See Also
LPREGISTER_NOTIFICATION_ROUTINE
Send Feedback on this topic to the authors