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

/vbox/src/VBox/Main/src-server/os2/
H A DUSBProxyServiceOs2.cpp42 mpfnUsbRegisterChangeNotification(NULL), mpfnUsbDeregisterNotification(NULL),
60 && (rc = DosQueryProcAddr(mhmod, 0, (PCSZ)"UsbRegisterChangeNotification", (PPFN)&mpfnUsbRegisterChangeNotification)) == NO_ERROR
64 rc = mpfnUsbRegisterChangeNotification(&mNotifyId, mhev, mhev);
119 mpfnUsbRegisterChangeNotification = NULL;
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h281 APIRET (APIENTRY *mpfnUsbRegisterChangeNotification)(PUSBNOTIFY, HEV, HEV); member in class:USBProxyServiceOs2

Completed in 43 milliseconds