Searched defs:pNotifyID (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c405 UsbRegisterChangeNotification( PUSBNOTIFY pNotifyID, argument
417 if( IsBadWritePointer(pNotifyID, sizeof(ULONG)) ||
466 *pNotifyID = (USBNOTIFY) (&g_Notifications[i]);
474 *pNotifyID = 0;
480 UsbRegisterDeviceNotification( PUSBNOTIFY pNotifyID, argument
495 if( IsBadWritePointer(pNotifyID, sizeof(ULONG)) ||
544 *pNotifyID = (USBNOTIFY) (&g_Notifications[i]);
557 *pNotifyID = 0;

Completed in 36 milliseconds