mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +00:00
9 lines
190 B
C
9 lines
190 B
C
|
#ifndef _HookImportFunction_H_
|
||
|
#define _HookImportFunction_H_
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
BOOL HookAPI(LPCSTR szImportModule, LPCSTR szFunc, PROC paHookFuncs, PROC* paOrigFuncs);
|
||
|
|
||
|
#endif
|