VirtualBox

Changeset 2658 in vbox


Ignore:
Timestamp:
May 16, 2007 11:16:19 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21199
Message:

Added usblibCaptureDevice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/usblib.h

    r2649 r2658  
    259259
    260260/**
    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 */
     268VBOXDDU_DECL(int) usbLibCaptureDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision);
    271269
    272270/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette