Changeset 84812 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jun 12, 2020 9:44:32 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138618
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
r84732 r84812 1036 1036 { 1037 1037 AssertPtrReturn(pCtx, VERR_INVALID_POINTER); 1038 AssertReturn(pCtx->uNumParms == 1, VERR_INVALID_PARAMETER); 1038 AssertReturn(pCtx->uNumParms == 2, VERR_INVALID_PARAMETER); 1039 AssertPtrReturn(pfAction, VERR_INVALID_POINTER); 1039 1040 1040 1041 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.