Go to the source code of this file.
Functions |
| static VOID | SendMessageToMainWnd (UINT Msg, WPARAM wParam, LPARAM lParam) |
| LRESULT CALLBACK | KeyboardHookProc (int code, WPARAM wParam, LPARAM lParam) |
| LRESULT CALLBACK | LangHookProc (int code, WPARAM wParam, LPARAM lParam) |
| LRESULT CALLBACK | WinHookProc (int code, WPARAM wParam, LPARAM lParam) |
| BOOL WINAPI | KbSwitchSetHooks (VOID) |
| VOID WINAPI | KbSwitchDeleteHooks (VOID) |
| BOOL WINAPI | DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved) |
Variables |
| HHOOK | hKeyboardHook |
| HHOOK | hLangHook |
| HHOOK | hWinHook |
| HINSTANCE | hInstance |
| HWND | hKbSwitchWnd |