Searched defs:hDesktopNotifyEvent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxHook/
H A DVBoxHook.cpp30 static HANDLE hDesktopNotifyEvent = 0; variable
98 if (!hDesktopNotifyEvent)
100 hDesktopNotifyEvent = OpenEvent(EVENT_MODIFY_STATE, FALSE, VBOXHOOK_GLOBAL_DT_EVENT_NAME);
101 dprintf(("OpenEvent returned %x (last err=%x)\n", hDesktopNotifyEvent, GetLastError()));
103 BOOL ret = SetEvent(hDesktopNotifyEvent);
104 dprintf(("SetEvent %x returned %d (last error %x)\n", hDesktopNotifyEvent, ret, GetLastError()));

Completed in 1210 milliseconds