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

钩子与API截获

开发平台:

Visual C++

  1. #ifndef APISPY9X_H
  2. #define APISPY9X_H
  3. bool InitToolhelp32();
  4. bool GetProcessName9x(DWORD dwProcessId, PSTR pszProcessName);
  5. #endif