VirtualBox

Changeset 2838 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 24, 2007 12:12:46 PM (18 years ago)
Author:
vboxsync
Message:

Update

File:
1 edited

Legend:

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

    r2836 r2838  
    6969
    7070#define USBMON_MAJOR_VERSION              1
    71 #define USBMON_MINOR_VERSION              0
     71#define USBMON_MINOR_VERSION              1
    7272
    7373#define USBDRV_MAJOR_VERSION              1
     
    9595#define SUPUSBFLT_IOCTL_REMOVE_FILTER     CTL_CODE(FILE_DEVICE_UNKNOWN, 0x612, METHOD_BUFFERED, FILE_WRITE_ACCESS)
    9696#define SUPUSBFLT_IOCTL_CAPTURE_DEVICE    CTL_CODE(FILE_DEVICE_UNKNOWN, 0x613, METHOD_BUFFERED, FILE_WRITE_ACCESS)
     97#define SUPUSBFLT_IOCTL_RELEASE_DEVICE    CTL_CODE(FILE_DEVICE_UNKNOWN, 0x614, METHOD_BUFFERED, FILE_WRITE_ACCESS)
    9798
    9899#pragma pack(4)
     
    135136} USBSUP_CAPTURE, *PUSBSUP_CAPTURE;
    136137
     138typedef USBSUP_CAPTURE      USBSUP_RELEASE;
     139typedef PUSBSUP_CAPTURE     PUSBSUP_RELEASE;
    137140
    138141typedef struct
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