This function registers a callback for device notifications.
BOOL RegisterNotificationRoutine( USB_HANDLE hDevice, LPDEVICE_NOTIFY_ROUTINE lpNotifyRoutine,
LPVOID lpvNotifyParameter );
TRUE indicates success. FALSE indicates failure.
Currently, the only notification that a callback can be registered for is USB_CLOSE_DEVICE.
This function is defined in the Mousedrv.cpp file.