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

/vbox/src/VBox/Main/src-server/os2/
H A DUSBProxyServiceOs2.cpp43 mpfnUsbQueryNumberDevices(NULL), mpfnUsbQueryDeviceReport(NULL)
58 if ( (rc = DosQueryProcAddr(mhmod, 0, (PCSZ)"UsbQueryNumberDevices", (PPFN)&mpfnUsbQueryNumberDevices)) == NO_ERROR
121 mpfnUsbQueryNumberDevices = NULL;
201 int rc = mpfnUsbQueryNumberDevices((PULONG)&cDevices); /* Thanks to com/xpcom, PULONG and ULONG * aren't the same. */
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h285 APIRET (APIENTRY *mpfnUsbQueryNumberDevices)(PULONG); member in class:USBProxyServiceOs2

Completed in 48 milliseconds