VirtualBox

Changeset 2648 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 15, 2007 3:37:01 PM (18 years ago)
Author:
vboxsync
Message:

Added USBLibEnable/DisableDeviceCapture

File:
1 edited

Legend:

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

    r2625 r2648  
    6666
    6767#define USBFLT_MAJOR_VERSION              1
    68 #define USBFLT_MINOR_VERSION              1
     68#define USBFLT_MINOR_VERSION              2
    6969
    7070#define USBMON_MAJOR_VERSION              1
     
    257257VBOXDDU_DECL(bool) usbLibHasPendingDeviceChanges();
    258258
     259
     260/**
     261 * Enables USB device capturing
     262 *
     263 */
     264VBOXDDU_DECL(int) usbLibEnableDeviceCapture();
     265
     266/**
     267 * Disables USB device capturing
     268 *
     269 */
     270VBOXDDU_DECL(int) usbLibDisableDeviceCapture()
     271
    259272/** @} */
    260273#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