Searched refs:g_pfnUsbOpen (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/USB/os2/ |
H A D | USBProxyDevice-os2.cpp | 114 static APIRET (APIENTRY *g_pfnUsbOpen)(PUSBHANDLE, USHORT, USHORT, USHORT, USHORT); variable 120 # define g_pfnUsbOpen UsbOpen macro 143 if ( (rc = DosQueryProcAddr(g_hmod, 0, (PCSZ)"UsbOpen", (PPFN)&g_pfnUsbOpen)) == NO_ERROR 154 g_pfnUsbOpen = NULL; 441 if (!g_pfnUsbOpen) 492 int urc = rc = g_pfnUsbOpen(&hDevice, idVendor, idProduct, bcdDevice, iEnum);
|
Completed in 44 milliseconds