Changeset 2575 in vbox
- Timestamp:
- May 10, 2007 10:54:50 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usblib.h
r1569 r2575 35 35 #define USBFLT_NTDEVICE_NAME_STRING L"\\Device\\VBoxUSBFlt" 36 36 #define USBFLT_SYMBOLIC_NAME_STRING L"\\DosDevices\\VBoxUSBFlt" 37 38 #define USBMON_SERVICE_NAME "VBoxUSBMon" 39 #define USBMON_DEVICE_NAME "\\\\.\\VBoxUSBMon" 40 #define USBMON_DEVICE_NAME_NT L"\\Device\\VBoxUSBMon" 41 #define USBMON_DEVICE_NAME_DOS L"\\DosDevices\\VBoxUSBMon" 37 42 38 43 /*
Note:
See TracChangeset
for help on using the changeset viewer.