const.h
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:0k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. #ifndef __CONST_H__
  2. #define __CONST_H__
  3. //extern char g_AppName[128];
  4. extern char g_szAppBaseName[40];
  5. extern char g_szDllPath[128];
  6. extern HINSTANCE g_hInstance;
  7. #endif