Displaying 4 results from an estimated 4 matches for "callnexthookex".
2001 Mar 10
1
Wine-20010305 - MS Word97 - FlashWindow loop
...lay:WINPROC_CallWndProc (wndproc=0x30058969,hwnd=000007b0,
msg=WM_PAINT,wp=00000000,lp=00000000) retval=00000000
Ret user32.153: DispatchMessageA() retval=00000000 ret=301fbec7 fs=008f
Call user32.294: GetMessageA(405a4574,00000000,00000000,00000000)
ret=3047292d fs=008f
Call user32.18: CallNextHookEx(4b480400,00000000,00000001,405a4574)
ret=301fc2b4 fs=008f
Ret user32.18: CallNextHookEx() retval=00000000 ret=301fc2b4 fs=008f
Ret user32.294: GetMessageA() retval=00000001 ret=3047292d fs=008f
Call user32.614: TranslateMessage(405a4574) ret=3047291c fs=008f
Ret user32.614: TranslateMessag...
2003 Jan 19
1
Applications start with title bar grayed
When I try to start notepad, it starts with a grayed title bar,
like it wasnt active. I cant enter text into the input window.
Strange thing, menus work.
To get it look like active and type text, I must select the system menu
and "About wine".
After closing the new window (that has appeared as active), i see that
notepad appears
active and I can enter text.
Has someone this issue ?
2009 Aug 06
1
WH_KEYBOARD_LL vs GetKeyState
...);
BYTE keyState[256];
GetKeyboardState(keyState);
WORD chars;
if(ToAscii(key->vkCode, key->scanCode, keyState, &chars, 0)) {
if((char)chars == '\r') putchar('\n');
else putchar(chars);
}
}
return CallNextHookEx(NULL, nCode, wParam, lParam);
}
int main(int argc, char** argv) {
HHOOK hhk = SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc,
GetModuleHandle(NULL), 0);
MSG msg;
while(GetMessage(&msg, NULL, 0, 0) > 0);
UnhookWindowsHookEx(hhk);
return 0;
2012 Jan 09
4
"timeGetTimeā function in winmm.dll
...984a2
0028:Ret wininet.InternetCloseHandle() retval=00000001 ret=004222c2
0028:Call KERNEL32.LoadLibraryA(01b4e770 "C:\\Programme\\MetaTrader 4 \\experts\\libraries\\FCS300.dll") ret=00421df4
0009:Call hook proc 0x4f2290 (id=WH_CALLWNDPROC,code=0,wp=00000001,lp=0033669c)
0009:Call user32.CallNextHookEx(00010068,00000000,00000001,0033669c) ret=004f23a7
0025:Ret KERNEL32.Sleep() retval=00000000 ret=0051993e
0025:Call KERNEL32.GetTickCount() ret=005196ce
0025:Ret KERNEL32.GetTickCount() retval=00010158 ret=005196ce
0025:Call ws2_32.ioctlsocket(000000a0,4004667f,01a3ea6c) ret=0051ec12
0025:Call ntd...