Changeset 6399 in vbox
- Timestamp:
- Jan 21, 2008 10:34:59 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27351
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r6356 r6399 1013 1013 #endif 1014 1014 1015 /** IOCTL to VBoxGuest to interrupt any pending WAITEVENTs and return. Handled inside the 1016 * guest additions and not seen by the host at all. 1015 /** IOCTL to VBoxGuest to interrupt (cancel) any pending WAITEVENTs and return. 1016 * Handled inside the guest additions and not seen by the host at all. 1017 * @todo r=bird: rename this to VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS. 1017 1018 * @see VBOXGUEST_IOCTL_WAITEVENT */ 1018 1019 #ifdef VBOXGUEST_IOCTL_CODE
Note:
See TracChangeset
for help on using the changeset viewer.