• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

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

Go to the documentation of this file.
00001 
00008 #pragma once
00009 
00010 int FindProcessByName(HANDLE hSnapshot, TCHAR *pszName, bool RestartSearch);
00011 int FindProcessByNames(HANDLE hSnapshot, TCHAR **pszName, unsigned NameCount, bool RestartSearch, unsigned *pMatchedIndex);
00012 int FindProcessByName(TCHAR *pszName);
00013 LPVOID GetModuleFromProcess(int PID, TCHAR *pszModuleName);
00014 int GetFirstThreadID(int PID);