home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd1.bin
/
Hardware
/
Drivers
/
APISpy
/
APISpy9x.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-07-19
|
138b
|
7 lines
#ifndef APISPY9X_H
#define APISPY9X_H
bool InitToolhelp32();
bool GetProcessName9x(DWORD dwProcessId, PSTR pszProcessName);
#endif