SDK/Everything SetOffset
From Wiki
< SDK
Everything_SetOffset
The Everything_SetOffset function set the first result offset to return from a call to Everything_Query.
Syntax
void Everything_SetOffset( DWORD dwOffset );
Parameters
- dwOffset
- [in] Specifies the first result from the available results.
- Set this to 0 to return the first available result.
Remarks
- The default offset is 0 (the first available result).
- If you are displaying the results in a window with a custom scroll bar, set the offset to the vertical scroll bar position.
- Using a search window can reduce the amount of data sent over the IPC and significantly increase search performance.
Example
Everything_SetMax(scrollbar_vpos);
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
