source:
trunk/dll/gotchdll.h@
2
Last change on this file since 2 was 2, checked in by , 8 years ago | |
---|---|
|
|
File size: 230 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | |
2 | #ifndef _THTH_GOTCHDLL_H_ | |
3 | #define _THTH_GOTCHDLL_H_ | |
4 | ||
5 | extern void EXPENTRY InitDLL (HAB hab, HWND hwnd); | |
6 | extern void EXPENTRY StartInputHook (void); | |
7 | extern void EXPENTRY StopInputHook (void); | |
8 | extern USHORT Version (VOID); | |
9 | ||
10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.