Changeset 3791 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jul 23, 2007 3:04:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp
r3789 r3791 123 123 if (DeviceIoControl (gVBoxDriver, IOCTL_VBOXGUEST_CTL_FILTER_MASK, &maskInfo, sizeof (maskInfo), NULL, 0, &cbReturned, NULL)) 124 124 { 125 dprintf(("VBoxSe rvice: DeviceIOControl(CtlMask - or) succeeded\n"));125 dprintf(("VBoxSeamlessThread: DeviceIOControl(CtlMask - or) succeeded\n")); 126 126 } 127 127 else 128 128 { 129 dprintf(("VBoxSe rvice: DeviceIOControl(CtlMask) failed, SeamlessChangeThread exited\n"));129 dprintf(("VBoxSeamlessThread: DeviceIOControl(CtlMask) failed, SeamlessChangeThread exited\n")); 130 130 return 0; 131 131 } … … 139 139 if (DeviceIoControl(gVBoxDriver, IOCTL_VBOXGUEST_WAITEVENT, &waitEvent, sizeof(waitEvent), &waitEvent, sizeof(waitEvent), &cbReturned, NULL)) 140 140 { 141 dprintf(("VBoxSe rvice: DeviceIOControl succeded\n"));141 dprintf(("VBoxSeamlessThread: DeviceIOControl succeded\n")); 142 142 143 143 /* are we supposed to stop? */ … … 145 145 break; 146 146 147 dprintf(("VBoxSe rvice: checking event\n"));147 dprintf(("VBoxSeamlessThread: checking event\n")); 148 148 149 149 /* did we get the right event? */
Note:
See TracChangeset
for help on using the changeset viewer.