Everything_GetOffset

The Everything_GetOffset function returns the first item offset of the available results.

Syntax

DWORD Everything_GetOffset(void);

Return Value

The return value is the first item offset.

Remarks

The default offset is 0.

Example

DWORD dwOffset = Everything_GetOffset();

See Also