struct FarListFind
{
int StartIndex;
const char *Pattern;
DWORD Flags;
DWORD Reserved;
};
| Flag | Description |
|---|---|
| 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). |