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

/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.h26 typedef APIRET APIENTRY USBREGISTERDEVICENOTIFICATION( PUSBNOTIFY pNotifyID,
62 APIRET APIENTRY UsbRegisterChangeNotification( PUSBNOTIFY pNotifyID,
66 APIRET APIENTRY UsbRegisterDeviceNotification( PUSBNOTIFY pNotifyID,
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 897 milliseconds