SDK/Everything GetMatchPath
From Wiki
< SDK
Everything_GetMatchPath
The Everything_GetMatchPath function returns the state of the match full path switch.
Syntax
BOOL Everything_GetMatchPath(void);
Return Value
- 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.
Remarks
- Get the internal state of the match full path switch.
- The default state is FALSE, or disabled.
Example
BOOL bEnabled = Everything_GetMatchPath();
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
