Searched defs:usProductId (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/
H A DUSBTest.cpp122 * @param usProductId Product id
125 int usbMonReleaseDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision) argument
130 printf("usbLibReleaseDevice %x %x %x\n", usVendorId, usProductId, usRevision);
133 release.usProductId = usProductId;
/vbox/include/VBox/
H A Dusblib-win.h147 uint16_t usProductId; member in struct:__anon273
257 uint16_t usProductId; member in struct:__anon287
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp394 USHORT usProductId; local
395 CHECK_ERROR_RET(dev, COMGETTER(ProductId)(&usProductId), 1);
413 usVendorId, usVendorId, usProductId, usProductId,
H A DVBoxManageInfo.cpp2021 USHORT usProductId; local
2022 CHECK_ERROR_RET(dev, COMGETTER(ProductId)(&usProductId), rc);
2033 index + 1, usProductId,
2041 usVendorId, usVendorId, usProductId, usProductId,
2110 USHORT usProductId; local
2111 CHECK_ERROR_RET(dev, COMGETTER(ProductId)(&usProductId), rc);
2122 index + 1, usProductId,
2130 usVendorId, usVendorId, usProductId, usProductId,
[all...]

Completed in 54 milliseconds