Searched refs:nCode (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | MainFrm.cpp | 1213 LRESULT CALLBACK MouseHook(int nCode, WPARAM wParam, LPARAM lParam) in MouseHook() argument 1215 if (nCode < 0) in MouseHook() 1217 CallNextHookEx(NULL, nCode, wParam, lParam); in MouseHook() 1315 return CallNextHookEx(NULL, nCode, wParam, lParam); in MouseHook() 1318 LRESULT CALLBACK KeybdHook(int nCode, WPARAM wParam, LPARAM lParam) in KeybdHook() argument 1320 if(nCode < 0) in KeybdHook() 1322 CallNextHookEx(NULL, nCode, wParam, lParam); in KeybdHook() 1356 return CallNextHookEx(NULL, nCode, wParam, lParam); in KeybdHook()
|