Changeset 10517 in vbox
- Timestamp:
- Jul 11, 2008 11:20:39 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r10516 r10517 1100 1100 1101 1101 #if defined(RT_OS_WINDOWS) 1102 # define IOCTL_CODE(DeviceType, Function, Method, Access, DataSize_ignored) \ 1102 # define IOCTL_CODE(DeviceType, Function, Method, Access, DataSize_ignored) \ /* @todo Remove this later! Integrate it in VBOXGUEST_IOCTL_CODE below. */ 1103 1103 ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method)) 1104 1104 # define VBOXGUEST_IOCTL_CODE(Function, Size) IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2048 + (Function), METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)
Note:
See TracChangeset
for help on using the changeset viewer.