Changeset 8254 in vbox for trunk/include
- Timestamp:
- Apr 21, 2008 8:22:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib-win.h
r8155 r8254 144 144 typedef struct 145 145 { 146 USHORTusVendorId;147 USHORTusProductId;148 USHORTusRevision;146 uint16_t usVendorId; 147 uint16_t usProductId; 148 uint16_t usRevision; 149 149 } USBSUP_CAPTURE, *PUSBSUP_CAPTURE; 150 150 … … 302 302 * @param usRevision Revision 303 303 */ 304 VBOXDDU_DECL(int) usbLibCaptureDevice( USHORT usVendorId, USHORT usProductId, USHORTusRevision);304 VBOXDDU_DECL(int) usbLibCaptureDevice(uint16_t usVendorId, uint16_t usProductId, uint16_t usRevision); 305 305 306 306 /** … … 312 312 * @param usRevision Revision 313 313 */ 314 VBOXDDU_DECL(int) usbLibReleaseDevice( USHORT usVendorId, USHORT usProductId, USHORTusRevision);314 VBOXDDU_DECL(int) usbLibReleaseDevice(uint16_t usVendorId, uint16_t usProductId, uint16_t usRevision); 315 315 316 316
Note:
See TracChangeset
for help on using the changeset viewer.