mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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
|