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

  1. #ifndef APISPYNT_H
  2. #define APISPYNT_H
  3.  
  4. #include "..\injlib\injlib.h"
  5.  
  6. #define MAX_PROCESSES 200
  7.  
  8. bool InitPSAPI();
  9. bool GetProcessNameNT(DWORD dwProcessId, PSTR pszProcessName);
  10. bool InjectDLL(BOOL ActionFlag);
  11. bool ObtainSeDebugPrivilege();
  12.  
  13. #endif
  14.