Changeset 93051 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Dec 21, 2021 4:21:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp
r93048 r93051 2129 2129 */ 2130 2130 SELF *pThis = reinterpret_cast<SELF *>(pvService); 2131 Assert ReturnVoidStmt(pThis, pThis->mpHelpers->pfnCallComplete(hCall, VERR_INTERNAL_ERROR_5));2131 AssertPtrReturnVoid(pThis); 2132 2132 ClientState *pClient = reinterpret_cast<ClientState *>(pvClient); 2133 2133 AssertReturnVoidStmt(pClient, pThis->mpHelpers->pfnCallComplete(hCall, VERR_INVALID_CLIENT_ID));
Note:
See TracChangeset
for help on using the changeset viewer.