Changeset 67798 in vbox for trunk/include/VBox
- Timestamp:
- Jul 5, 2017 2:06:40 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116720
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r63456 r67798 287 287 /** IOCTL to VBoxGuest to interrupt (cancel) any pending WAITEVENTs and return. 288 288 * Handled inside the guest additions and not seen by the host at all. 289 * After calling this, VBOXGUEST_IOCTL_WAITEVENT should no longer be called in 290 * the same session. At the time of writing this is not enforced; at the time 291 * of reading it may be. 289 292 * @see VBOXGUEST_IOCTL_WAITEVENT */ 290 293 #define VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS VBOXGUEST_IOCTL_CODE_(5, 0)
Note:
See TracChangeset
for help on using the changeset viewer.