Unit FindMe

Classes

TFrmFindMe -

Functions

Types

PAppInfo
TAppInfo

Constants

MAX_NAME

Variables

FrmFindMe


Functions


Types


PAppInfo = ^TAppInfo

TAppInfo = record
ClassName : array[0..MAX_NAME] of char;
NumFound : integer;
LastFound : HWnd;
WinText : array[0..MAX_NAME] of char;
end;

Constants

MAX_NAME = 255


Variables

FrmFindMe : TFrmFindMe

Public declarations