The Everything_SetOffset function set the first result offset to return from a call to Everything_Query.
void Everything_SetOffset(
DWORD dwOffset
);
dwOffset
Specifies the first result from the available results.
Set this to 0 to return the first available result.
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.
Everything_SetOffset(scrollbar_vpos);