Changeset 107845 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 17, 2025 11:21:08 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167036
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
r107653 r107845 2383 2383 AssertPtrReturn(pCtx, VERR_INVALID_POINTER); 2384 2384 2385 AssertReturn(pCtx->uNumParms == 5, VERR_INVALID_PARAMETER);2385 AssertReturn(pCtx->uNumParms == 4, VERR_INVALID_PARAMETER); 2386 2386 AssertPtrReturn(puPID, VERR_INVALID_POINTER); 2387 2387
Note:
See TracChangeset
for help on using the changeset viewer.