32 lines
236 B
C
32 lines
236 B
C
// 2010.06.17 - prodongi
|
|
// _USE_KEYBOARD_HOOK 이런 전처리기가 있으나 쓰이고 있지 않은것 같음,,
|
|
#ifndef _Hooking_h_
|
|
#define _Hooking_h_
|
|
|
|
|
|
bool initKeyboardHook();
|
|
bool delKeyboardHook();
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|