KSC Open API  13.0
Kaspersky Security Center API description
EventProcessing::GetRecordRange ( wstring  strIteratorId,
int  nStart,
int  nEnd,
[out] params  pParamsEvents 
)

Acquire subset of result-set elements by range.

Returns elements contained in the specified result-set in the diapason from position nStart to position nEnd.

Parameters:
strIteratorId(wstring) result-set ID, identifier of the server-side ordered collection of found data records.
nStart(int) zero-based start position.
nEnd(int) zero-based finish position.
[out]pParamsEvents(params) - container that has needed elements in the array with name "KLEVP_EVENT_RANGE_ARRAY".
See also:
Sample. Creating and running task.