TFarListFind
The FarListFind stucture for Delphi:
TFarListFind = packed record StartIndex: integer; Pattern: PChar; Flags: DWORD; Reserved: DWORD; end; PFarListFind = ^TFarListFind;
TFarListFind = packed record StartIndex: integer; Pattern: PChar; Flags: DWORD; Reserved: DWORD; end; PFarListFind = ^TFarListFind;