Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/26/2014
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 |