Changeset 9662 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
- Timestamp:
- Jun 12, 2008 2:48:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r9501 r9662 370 370 if (rc != STATUS_WAIT_0) 371 371 { 372 dprintf(("VBoxHGCMCallback: The external event was signalled or the wait timed out or terminated .\n"));372 dprintf(("VBoxHGCMCallback: The external event was signalled or the wait timed out or terminated rc = 0x%08X.\n", rc)); 373 373 break; 374 374 }
Note:
See TracChangeset
for help on using the changeset viewer.