VirtualBox

Changeset 4457 in vbox


Ignore:
Timestamp:
Aug 31, 2007 6:58:46 AM (17 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp

    r4071 r4457  
    7474        }
    7575#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()));
    7778        break;
    7879    }
     
    8889    hwndNotification = hwndPostWindow;
    8990
     91    dprintf(("VBoxInstallHook hwnd=%x\n", hwndPostWindow));
    9092    CoInitialize(NULL);
    9193    hEventHook[0] = SetWinEventHook(EVENT_OBJECT_LOCATIONCHANGE, EVENT_OBJECT_LOCATIONCHANGE,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette