LPUN_REGISTER_NOTIFICATION_ROUTINE (Windows Embedded CE 6.0)
1/6/2010
This function removes a device notification callback function.
Syntax
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 Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | usbdi.h |
Windows Embedded CE | Windows CE 2.10 and later |