Changeset 67802 in vbox
- Timestamp:
- Jul 5, 2017 2:36:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r64436 r67802 1727 1727 1728 1728 1729 /** @todo the semantics of this IoCtl have been tightened, so that no calls to 1730 * VBOXGUEST_IOCTL_WAITEVENT are allowed in a session after it has been 1731 * called. Change the code to make calls to VBOXGUEST_IOCTL_WAITEVENT made 1732 * after that to return VERR_INTERRUPTED or something appropriate. */ 1729 1733 static int vgdrvIoCtl_CancelAllWaitEvents(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession) 1730 1734 {
Note:
See TracChangeset
for help on using the changeset viewer.