Unit FindMe |
Classes |
Functions |
Types |
Constants |
Variables |
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 |
Variables |