Changeset 2836 in vbox
- Timestamp:
- May 24, 2007 11:27:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib.h
r2666 r2836 278 278 VBOXDDU_DECL(int) usbLibCaptureDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision); 279 279 280 /** 281 * Release specified USB device to the host. 282 * 283 * @returns VBox status code 284 * @param usVendorId Vendor id 285 * @param usProductId Product id 286 * @param usRevision Revision 287 */ 288 VBOXDDU_DECL(int) usbLibReleaseDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision); 289 280 290 /** @} */ 281 291 #endif
Note:
See TracChangeset
for help on using the changeset viewer.