summaryrefslogtreecommitdiff
path: root/plugins/ChangeKeyboardLayout/hook_events.h
blob: 1db1f16f40c6b791b1629c59864f0e11cbeb54a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef M_CKL_HOOK_EVENTS_H
#define M_CKL_HOOK_EVENTS_H

#include "commonheaders.h"

BOOL CoreCheck();
void ReadMainOptions();
void WriteMainOptions();
void ReadPopupOptions();
void WritePopupOptions();
extern int OnOptionsInitialise(WPARAM wParam, LPARAM lParam);
extern int ModulesLoaded(WPARAM wParam,LPARAM lParam);
int CALLBACK CKLPopupDlgProc(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);

#endif