Changeset 45018 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 13, 2013 12:52:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp
r44863 r45018 926 926 void *pvPayload, uint32_t cbPayload) 927 927 { 928 AssertPtrReturn(uContext, VERR_INVALID_POINTER);929 928 AssertPtrReturn(pvPayload, VERR_INVALID_POINTER); 930 929 AssertReturn(cbPayload, VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.