VirtualBox

Changeset 2836 in vbox


Ignore:
Timestamp:
May 24, 2007 11:27:41 AM (18 years ago)
Author:
vboxsync
Message:

Added usbLibReleaseDevice

File:
1 edited

Legend:

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

    r2666 r2836  
    278278VBOXDDU_DECL(int) usbLibCaptureDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision);
    279279
     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 */
     288VBOXDDU_DECL(int) usbLibReleaseDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision);
     289
    280290/** @} */
    281291#endif
Note: See TracChangeset for help on using the changeset viewer.

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