SDK/Everything GetMatchWholeWord
From Wiki
< SDK
Everything_GetMatchWholeWord
The Everything_GetMatchWholeWord function returns the match whole word state.
Syntax
BOOL Everything_GetMatchWholeWord(void);
Return Value
- The return value is the match whole word state.
- The function returns TRUE if match whole word is enabled.
- The function returns FALSE if match whole word is disabled.
Remarks
- The default state is FALSE, or disabled.
Example
BOOL bEnabled = Everything_GetMatchWholeWord();
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
