Control structure passed to ExAll().
Source position: amigados.pas line 1098
type tExAllControl = record |
||
eac_Entries: LongWord; |
|
Number of entries returned in buffer |
eac_LastKey: LongWord; |
|
Don't touch inbetween linked ExAll calls! |
eac_MatchString: PChar; |
|
Wildcard string for pattern match or nil |
eac_MatchFunc: pHook; |
|
optional private wildcard function pointer |
end; |
Unused fields must be initialized to 0, expecially eac_LastKey.
eac_MatchFunc is a hook (see utility.library documentation for usage) It should return True if the entry is to returned, False if it is to be ignored.
This structure must be allocated by AllocDosObject()!