The Everything_GetMatchWholeWord function returns the match whole word state.
BOOL Everything_GetMatchWholeWord(void);
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.
The default state is FALSE, or disabled.
BOOL bEnabled = Everything_GetMatchWholeWord();