Changeset 2658 in vbox
- Timestamp:
- May 16, 2007 11:16:19 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21199
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib.h
r2649 r2658 259 259 260 260 /** 261 * Enables USB device capturing 262 * 263 */ 264 VBOXDDU_DECL(int) usbLibEnableDeviceCapture(); 265 266 /** 267 * Disables USB device capturing 268 * 269 */ 270 VBOXDDU_DECL(int) usbLibDisableDeviceCapture(); 261 * Return all attached USB devices. 262 * 263 * @returns VBox status code 264 * @param usVendorId Vendor id 265 * @param usProductId Product id 266 * @param usRevision Revision 267 */ 268 VBOXDDU_DECL(int) usbLibCaptureDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision); 271 269 272 270 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.