home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd1.bin
/
Hardware
/
Drivers
/
APISpy
/
APISpyNT.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-07-24
|
263b
|
14 lines
#ifndef APISPYNT_H
#define APISPYNT_H
#include "..\injlib\injlib.h"
#define MAX_PROCESSES 200
bool InitPSAPI();
bool GetProcessNameNT(DWORD dwProcessId, PSTR pszProcessName);
bool InjectDLL(BOOL ActionFlag);
bool ObtainSeDebugPrivilege();
#endif