FarListFind

Far Manager

FarListFind

The FarListFind structure specifies settings for item search in a DI_LISTBOX or DI_COMBOBOX list.
struct FarListFind
{
  int StartIndex;
  const char *Pattern;
  DWORD Flags;
  DWORD Reserved;
};

Members

StartIndex
Index of the item from which the search is started.
Pattern
Pattern to find in the format used by the CmpName function
Flags
Search options. Combination of zero or more of the following values (FARLISTFINDFLAGS enum):
FlagDescription
LIFIND_EXACTMATCH The Pattern field is not a pattern (mask) but a literal string. It must be an exact match of the listbox string (that is, not only the beginning should match).
Reserved
Reserved

Remarks

See also: