Searched refs:USBNOTIFY (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.h9 typedef ULONG USBNOTIFY, *PUSBNOTIFY; typedef
34 typedef APIRET APIENTRY USBDEREGISTERNOTIFICATION( USBNOTIFY NotifyID);
73 APIRET APIENTRY UsbDeregisterNotification( USBNOTIFY NotifyID);
H A Dusbcalls.c321 UsbDeregisterNotification((USBNOTIFY)(&g_Notifications[i]));
466 *pNotifyID = (USBNOTIFY) (&g_Notifications[i]);
544 *pNotifyID = (USBNOTIFY) (&g_Notifications[i]);
563 UsbDeregisterNotification( USBNOTIFY NotifyID )
566 USBNOTIFY MinID,MaxID;
573 MinID = (USBNOTIFY) (&g_Notifications[0]);
574 MaxID = (USBNOTIFY) (&g_Notifications[MAX_NOTIFICATIONS-1]);
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h277 USBNOTIFY mNotifyId;
283 APIRET (APIENTRY *mpfnUsbDeregisterNotification)(USBNOTIFY);

Completed in 53 milliseconds