Changeset 45811 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Apr 29, 2013 1:26:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r45784 r45811 1036 1036 } 1037 1037 1038 1038 static int VBoxGuestCommonIOCtl_CancelAllWaitEvents(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession); 1039 1039 1040 1040 /** … … 1051 1051 1052 1052 VBoxGuestCommonGuestCapsAcquire(pDevExt, pSession, 0, UINT32_MAX); 1053 1054 VBoxGuestCommonIOCtl_CancelAllWaitEvents(pDevExt, pSession); 1053 1055 1054 1056 #ifdef VBOX_WITH_HGCM … … 2548 2550 } 2549 2551 2550 /* user-mode apps are allowed to pass any mask to the notmask,2551 * the driver cleans up them accordingly */2552 fNotMask &= ~fSetCaps;2553 2554 2552 if (!VBoxGuestCommonGuestCapsValidateValues(fOrMask)) 2555 2553 return VERR_INVALID_PARAMETER;
Note:
See TracChangeset
for help on using the changeset viewer.