vmxpatch/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:


Functions

int FindProcessByName (HANDLE hSnapshot, TCHAR *pszName)
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.4 2008/12/31 13:11:45 Bazis Exp

Function Documentation

int FindProcessByName ( TCHAR *  pszName  ) 

Here is the call graph for this function:

int FindProcessByName ( HANDLE  hSnapshot,
TCHAR *  pszName 
)

int GetFirstThreadID ( int  PID  ) 

LPVOID GetModuleFromProcess ( int  PID,
TCHAR *  pszModuleName 
)

SourceForge.net Logo