home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Hardware / Drivers / APISpy / APISpy9x.h < prev    next >
C/C++ Source or Header  |  1999-07-19  |  138b  |  7 lines

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