Everything_SetMatchWholeWord
The
Everything_SetMatchWholeWord function enables or disables full path matching for the next call to
Everything_Query.
Syntax
void Everything_SetMatchWholeWord(
BOOL bEnable
);
Parameters
- bEnable
- Specifies whether the search matches whole words, or can match anywhere.
If this parameter is TRUE, the search matches whole words only.
If the parameter is FALSE, the search can occur anywhere.
Match whole word is disabled by default.
Example
Everything_SetMatchWholeWord(TRUE);
See Also