Changeset 38085 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExecThread.cpp
- Timestamp:
- Jul 21, 2011 7:29:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExecThread.cpp
r36887 r38085 273 273 uint8_t *pBuf, uint32_t cbSize, uint32_t *pcbRead) 274 274 { 275 AssertPtrReturn(pBuf, VERR_INVALID_PARAMETER); 275 AssertPtrReturn(pBuf, VERR_INVALID_POINTER); 276 AssertReturn(cbSize, VERR_INVALID_PARAMETER); 276 277 277 278 int rc = RTCritSectEnter(&g_GuestControlExecThreadsCritSect);
Note:
See TracChangeset
for help on using the changeset viewer.