The Everything_GetMatchCase function returns the match case state.
BOOL Everything_GetMatchCase(void);
The return value is the match case state.
The function returns TRUE if match case is enabled.
The function returns FALSE if match case is disabled.
Get the internal state of the match case switch.
The default state is FALSE, or disabled.
BOOL bEnabled = Everything_GetMatchCase();