Changeset 4457 in vbox
- Timestamp:
- Aug 31, 2007 6:58:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp
r4071 r4457 74 74 } 75 75 #endif 76 PostMessage(hwndNotification, WM_VBOX_SEAMLESS_UPDATE, 0, 0); 76 BOOL ret = PostMessage(hwndNotification, WM_VBOX_SEAMLESS_UPDATE, 0, 0); 77 dprintf(("PostMessage %x returned %d (last error %x)\n", hwndNotification, ret, GetLastError())); 77 78 break; 78 79 } … … 88 89 hwndNotification = hwndPostWindow; 89 90 91 dprintf(("VBoxInstallHook hwnd=%x\n", hwndPostWindow)); 90 92 CoInitialize(NULL); 91 93 hEventHook[0] = SetWinEventHook(EVENT_OBJECT_LOCATIONCHANGE, EVENT_OBJECT_LOCATIONCHANGE,
Note:
See TracChangeset
for help on using the changeset viewer.

