Changeset 51948 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
- Timestamp:
- Jul 9, 2014 8:57:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
r51907 r51948 62 62 /** The support service name. */ 63 63 #define SERVICE_NAME "VBoxDrv" 64 /** Win32 Device name - system. */65 #define DEVICE_NAME_SYS "\\\\.\\VBoxDrv"66 /** Win32 Device name - user. */67 #define DEVICE_NAME_USR "\\\\.\\VBoxDrvU"68 /** NT Device name. */69 #define DEVICE_NAME_NT L"\\Device\\VBoxDrv"70 /** Win32 Symlink name. */71 #define DEVICE_NAME_DOS L"\\DosDevices\\VBoxDrv"72 64 73 65
Note:
See TracChangeset
for help on using the changeset viewer.