Changeset 29369 in vbox
- Timestamp:
- May 11, 2010 3:41:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r28800 r29369 965 965 if (!vmmdevGetRequestSize(requestHeader->requestType)) 966 966 { 967 dprintf(("VBoxGuest::VBoxGuestDeviceControl: vmmdevGetRequestSize failed!\n")); \ 967 968 Status = STATUS_INVALID_PARAMETER; 968 969 break; … … 1008 1009 else 1009 1010 { 1011 dprintf(("VBoxGuest::VBoxGuestDeviceControl: VbglGRAlloc failed!\n")); \ 1010 1012 Status = STATUS_UNSUCCESSFUL; 1011 1013 }
Note:
See TracChangeset
for help on using the changeset viewer.