Changeset 5542 in vbox
- Timestamp:
- Oct 27, 2007 12:35:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r5541 r5542 351 351 while ((pHeader->fu32Flags & VBOX_HGCM_REQ_DONE) == 0) 352 352 { 353 /* Specifying UserMode so killing the user process will abort the wait. */354 353 NTSTATUS rc = KeWaitForSingleObject (&pDevExt->keventNotification, Executive, 355 UserMode, TRUE, &timeout354 KernelMode, TRUE, &timeout 356 355 ); 357 356 dprintf(("VBoxHGCMCallback: Wait returned %d fu32Flags=%x\n", rc, pHeader->fu32Flags));
Note:
See TracChangeset
for help on using the changeset viewer.