Changeset 2648 in vbox for trunk/include/VBox
- Timestamp:
- May 15, 2007 3:37:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib.h
r2625 r2648 66 66 67 67 #define USBFLT_MAJOR_VERSION 1 68 #define USBFLT_MINOR_VERSION 168 #define USBFLT_MINOR_VERSION 2 69 69 70 70 #define USBMON_MAJOR_VERSION 1 … … 257 257 VBOXDDU_DECL(bool) usbLibHasPendingDeviceChanges(); 258 258 259 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() 271 259 272 /** @} */ 260 273 #endif
Note:
See TracChangeset
for help on using the changeset viewer.