Changeset 10628 in vbox
- Timestamp:
- Jul 15, 2008 7:45:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r10560 r10628 840 840 if (VBOX_FAILURE(rc) || VBOX_FAILURE(req->rc)) 841 841 { 842 dprintf(("VBoxGuest::VBoxGuestDeviceControl VBOXGUEST_IOCTL_VMMREQUEST: error issuing request to VMMDev!"842 dprintf(("VBoxGuest::VBoxGuestDeviceControl VBOXGUEST_IOCTL_VMMREQUEST: Error issuing request to VMMDev! " 843 843 "rc = %d, VMMDev rc = %Vrc\n", rc, req->rc)); 844 844 Status = STATUS_UNSUCCESSFUL; … … 1056 1056 } 1057 1057 #endif 1058 1059 case VBOXGUEST_IOCTL_LOG(0): /* The size isn't relevant on NT. */ 1060 { 1061 /* Enable this only for debugging: 1062 dprintf(("VBoxGuest::VBoxGuestDeviceControl: VBOXGUEST_IOCTL_LOG\n")); 1063 */ 1064 LogRel(("%.*s\n", (int)pStack->Parameters.DeviceIoControl.InputBufferLength, pBuf)); 1065 cbOut = 0; 1066 } break; 1058 1067 1059 1068 default:
Note:
See TracChangeset
for help on using the changeset viewer.