E:/PROJECTS/cvsed/mixed/VIRTUA~1/kdclient/findproc.h File Reference

Contains declaration for process enumeration functions The API provided by this file is deprecated. Use the ToolhelpSnapshot class from BazisLib instead. More...

This graph shows which files directly or indirectly include this file:

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)


Detailed Description

Contains declaration for process enumeration functions The API provided by this file is deprecated. Use the ToolhelpSnapshot class from BazisLib instead.

Author:
Ivan Shcherbakov (Bazis)
Id
findproc.h,v 1.2 2009/06/07 15:31:55 Administrator Exp

Definition in file findproc.h.


Function Documentation

int FindProcessByName ( TCHAR *  pszName  ) 

Definition at line 50 of file findproc.cpp.

Here is the call graph for this function:

int FindProcessByName ( HANDLE  hSnapshot,
TCHAR *  pszName,
bool  RestartSearch 
)

Definition at line 44 of file findproc.cpp.

Here is the call graph for this function:

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.