SDK/Everything SortResultsByPath
From Wiki
< SDK
Everything_SortResultsByPath
The Everything_SortResultsByPath function sorts the current results by path, then file name. SortResultsByPath is CPU Intensive. Sorting by path can take several seconds.
Syntax
void Everything_SortResultsByPath(void);
Parameters
- This functions has no parameters.
Return Value
- This function has no return value.
Remarks
- The default result list contains no results.
- You should call Everything_Query to retrieve the result list prior to a call to Everything_SortResultsByPath.
Example
// set the search text to abc AND 123
Everything_SetSearch("abc 123");
// execute the query
Everything_Query(TRUE);
// sort the results by path
Everything_SortResultsByPath();
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
