SDK/Everything GetRegex
From Wiki
< SDK
Everything_GetRegex
The Everything_GetRegex function returns the regex state.
Syntax
BOOL Everything_GetRegex(void);
Return Value
- The return value is the regex state.
- The function returns TRUE if regex is enabled.
- The function returns FALSE if regex is disabled.
Remarks
- The default state is FALSE, or disabled.
Example
BOOL bEnabled = Everything_GetRegex();
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
