Unit FFindProc |
*************************************************************************} { Date: 26.12.97 Time: 17:30:40 } { Copyright (c)1996-1997 } { © by Dr.Plass TFindProc3.0 } { } { for DELPHI 3, Win95 (Not NT!)} { feel free to contact me: } { PP@FH-Zwickau.de } { http://www.fh-zwickau.de/~pp/tm.htm } { } { All Rights Reserved. } { This component can be freely used and distributed in commercial and } { private environments, provided this notice is not modified in any way. } { } { } {***************************************************************************} // // // Methods: // // procedure GetProcessInfo; // function GetP_CountUsage(idx : Integer):DWORD; // function GetP_ID(idx : Integer): DWORD; // function GetP_defHeap(idx : Integer): DWORD; // function GetP_ModuleID(idx : Integer): DWORD; // function GetP_CountThreads(idx : Integer): DWORD; // function GetP_ParentPID(idx : Integer): DWORD; // function GetP_Priority(idx : Integer): LongInt; // function GetP_dwFlags(idx : Integer): DWORD; // function GetP_ExePath(idx : Integer): String; // function GetP_IconHandle(Idx : Integer): HIcon; // function GetP_PrioStr(idx : Integer):String; // function GetP_BinTyp(idx : Integer):String; // procedure GetModuleInfo(ProcID : DWORD); // function GetM_ModuleID(idx : Integer):DWORD; // function GetM_ProcessID(idx : Integer):DWORD; // function GetM_GlblcntUsage(idx : Integer):DWORD; // function GetM_ProccntUsage(idx : Integer):DWORD; // function GetM_modBaseSize(idx : Integer):DWORD; // function GetM_IconHandle(Idx : Integer): HIcon; // function GetM_hModule(idx : Integer):HMODULE; // function GetM_szExePath(idx : Integer):string; // e.g.: whdl := ProcList1.GetP_CountUsage(ListBox1.ItemIndex); // // Properties: // // ModuleList : TStringList ; // ProcessList: TStringList ; //
Classes |
TForm1 -
Functions |
Types |
Constants |
Variables |
Functions |
Types |
Constants |
Variables |