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

/vbox/src/VBox/Additions/WINNT/VBoxHook/
H A DVBoxHook.cpp29 static HANDLE hWinNotifyEvent = 0; variable
83 if (!hWinNotifyEvent)
85 hWinNotifyEvent = OpenEvent(EVENT_MODIFY_STATE, FALSE, VBOXHOOK_GLOBAL_WT_EVENT_NAME);
86 dprintf(("OpenEvent returned %x (last err=%x)\n", hWinNotifyEvent, GetLastError()));
88 BOOL ret = SetEvent(hWinNotifyEvent);
89 dprintf(("SetEvent %x returned %d (last error %x)\n", hWinNotifyEvent, ret, GetLastError()));

Completed in 1734 milliseconds