SDK/Everything SetMatchWholeWord
From Wiki
< SDK
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
- [in] 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.
Remarks
- Match whole word is disabled by default.
Example
Everything_SetMatchWholeWord(TRUE);
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
