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

/vbox/src/VBox/Main/src-server/os2/
H A DUSBProxyServiceOs2.cpp42 mpfnUsbRegisterChangeNotification(NULL), mpfnUsbDeregisterNotification(NULL),
61 && (rc = DosQueryProcAddr(mhmod, 0, (PCSZ)"UsbDeregisterNotification", (PPFN)&mpfnUsbDeregisterNotification)) == NO_ERROR
116 if (mpfnUsbDeregisterNotification)
117 mpfnUsbDeregisterNotification(mNotifyId);
120 mpfnUsbDeregisterNotification = NULL;
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h283 APIRET (APIENTRY *mpfnUsbDeregisterNotification)(USBNOTIFY); member in class:USBProxyServiceOs2

Completed in 32 milliseconds