#ifndef _HookImportFunction_H_ #define _HookImportFunction_H_ #include BOOL HookAPI(LPCSTR szImportModule, LPCSTR szFunc, PROC paHookFuncs, PROC* paOrigFuncs); #endif