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

/vbox/src/VBox/Main/src-server/os2/
H A DUSBProxyServiceOs2.cpp41 : USBProxyService(aHost), mhev(NULLHANDLE), mhmod(NULLHANDLE),
54 rc = DosLoadModule(NULL, 0, (PCSZ)"usbcalls", &mhmod);
58 if ( (rc = DosQueryProcAddr(mhmod, 0, (PCSZ)"UsbQueryNumberDevices", (PPFN)&mpfnUsbQueryNumberDevices)) == NO_ERROR
59 && (rc = DosQueryProcAddr(mhmod, 0, (PCSZ)"UsbQueryDeviceReport", (PPFN)&mpfnUsbQueryDeviceReport)) == NO_ERROR
60 && (rc = DosQueryProcAddr(mhmod, 0, (PCSZ)"UsbRegisterChangeNotification", (PPFN)&mpfnUsbRegisterChangeNotification)) == NO_ERROR
61 && (rc = DosQueryProcAddr(mhmod, 0, (PCSZ)"UsbDeregisterNotification", (PPFN)&mpfnUsbDeregisterNotification)) == NO_ERROR
84 DosFreeModule(mhmod);
88 mhmod = NULLHANDLE;
114 if (mhmod)
124 DosFreeModule(mhmod);
[all...]
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h279 HMODULE mhmod; member in class:USBProxyServiceOs2

Completed in 32 milliseconds