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