SDK/Everything SetMax
From Wiki
< SDK
Everything_SetMax
The Everything_SetMax function set the maximum number of results to return from Everything_Query.
Syntax
void Everything_SetMax( DWORD dwMaxResults );
Parameters
- dwMaxResults
- [in] Specifies the maximum number of results to return.
- Setting this to 0xffffffff will return all results.
Remarks
- The default maximum number of results is 0xffffffff (all results).
- If you are displaying the results in a window, set the maximum number of results to the number of visible items in the window.
Example
Everything_SetMax(window_height / item_height);
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
