Changeset 6463 in vbox for trunk/include
- Timestamp:
- Jan 23, 2008 3:50:25 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27456
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r6458 r6463 1040 1040 /** IOCTL to VBoxGuest to interrupt (cancel) any pending WAITEVENTs and return. 1041 1041 * Handled inside the guest additions and not seen by the host at all. 1042 * @todo r=bird: rename this to VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS.1043 1042 * @see VBOXGUEST_IOCTL_WAITEVENT */ 1044 1043 #ifdef VBOXGUEST_IOCTL_CODE 1045 # define VBOXGUEST_IOCTL_ WAITEVENT_INTERRUPT_ALLVBOXGUEST_IOCTL_CODE(5, 0)1044 # define VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS VBOXGUEST_IOCTL_CODE(5, 0) 1046 1045 #else 1047 # define VBOXGUEST_IOCTL_ WAITEVENT_INTERRUPT_ALLIOCTL_CODE(FILE_DEVICE_UNKNOWN, 2054, METHOD_BUFFERED, FILE_WRITE_ACCESS, 0)1046 # define VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS IOCTL_CODE(FILE_DEVICE_UNKNOWN, 2054, METHOD_BUFFERED, FILE_WRITE_ACCESS, 0) 1048 1047 #endif 1049 1048
Note:
See TracChangeset
for help on using the changeset viewer.