The Everything_SetMatchCase function enables or disables full path matching for the next call to Everything_Query.
void Everything_SetMatchCase(
BOOL bEnable
);
bEnable
Specifies whether the search is case sensitive or insensitive.
If this parameter is TRUE, the search is case sensitive.
If the parameter is FALSE, the search is case insensitive.
Match case is disabled by default.
Everything_SetMatchCase(TRUE);