[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TExAllControl

Control structure passed to ExAll().

Declaration

Source position: amigados.pas line 1061

type TExAllControl = record

  eac_Entries: ULONG;

  

Number of entries returned in buffer

  eac_LastKey: IPTR;

  

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;

Description

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()!


Documentation generated on: 2017-01-10