Everything_SetMatchCase

The Everything_SetMatchCase function enables or disables full path matching for the next call to .

Syntax

void Everything_SetMatchCase(
BOOL bEnable
);

Parameters


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.


Remarks

Match case is disabled by default.

Example

Everything_SetMatchCase(TRUE);

See Also