Searched refs:SetWindowsHookEx (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.c411 stub.hMessageHook = SetWindowsHookEx(WH_CALLWNDPROCRET, stubCBWindowMessageHookProc, 0, crThreadID());
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp895 m_keyboardHook = SetWindowsHookEx(WH_KEYBOARD_LL, lowLevelKeyboardProc, GetModuleHandle(NULL), 0);
896 AssertMsg(m_keyboardHook, ("SetWindowsHookEx(): err=%d", GetLastError()));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinuser.h3956 #define SetWindowsHookEx WINELIB_NAME_AW(SetWindowsHookEx) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinuser.h5033 #define SetWindowsHookEx WINELIB_NAME_AW(SetWindowsHookEx) macro

Completed in 158 milliseconds