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...
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 |
) |
|
| int FindProcessByName |
( |
HANDLE |
hSnapshot, |
|
|
TCHAR * |
pszName | |
|
) |
| | |
| int GetFirstThreadID |
( |
int |
PID |
) |
|
| LPVOID GetModuleFromProcess |
( |
int |
PID, |
|
|
TCHAR * |
pszModuleName | |
|
) |
| | |