UnRegisterNotificationRoutine

This function removes a device notification callback.

Syntax

BOOL UnRegisterNotificationRoutine( 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.
lpvNotifyParameter
[IN] Must be the same as the address passed to the RegisterNotificationRoutine function.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

This function is defined in the Mousedrv.cpp file.

See Also

RegisterNotificationRoutine