Go to the source code of this file.
Functions | |
int | FindProcessByName (HANDLE hSnapshot, TCHAR *pszName, bool RestartSearch) |
int | FindProcessByNames (HANDLE hSnapshot, TCHAR **pszName, unsigned NameCount, bool RestartSearch, unsigned *pMatchedIndex) |
int | FindProcessByName (TCHAR *pszName) |
LPVOID | GetModuleFromProcess (int PID, TCHAR *pszModuleName) |
int | GetFirstThreadID (int PID) |
Definition in file findproc.h.
int FindProcessByName | ( | TCHAR * | pszName | ) |
int FindProcessByName | ( | HANDLE | hSnapshot, | |
TCHAR * | pszName, | |||
bool | RestartSearch | |||
) |
int FindProcessByNames | ( | HANDLE | hSnapshot, | |
TCHAR ** | pszName, | |||
unsigned | NameCount, | |||
bool | RestartSearch, | |||
unsigned * | pMatchedIndex | |||
) |
Definition at line 17 of file findproc.cpp.
int GetFirstThreadID | ( | int | PID | ) |
Definition at line 82 of file findproc.cpp.
LPVOID GetModuleFromProcess | ( | int | PID, | |
TCHAR * | pszModuleName | |||
) |
Definition at line 58 of file findproc.cpp.