The Everything_SetMatchWholeWord function enables or disables full path matching for the next call to Everything_Query.
void Everything_SetMatchWholeWord(
BOOL bEnable
);
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.
Everything_SetMatchWholeWord(TRUE);