General.h
上传用户:tzh4061
上传日期:2007-01-08
资源大小:309k
文件大小:0k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. #ifndef GENERAL_H
  2. #define GENERAL_H
  3. // Names of API interception DLLs
  4. #define APISPY32DLL_NT "APISpyNT.dll"
  5. #define APISPY32DLL_9X "APISpy9x.dll"
  6. #endif