KSC Open API
Kaspersky Security Center API description
int ChunkAccessor::GetItemsChunk ( wstring  strAccessor,
int  nStart,
int  nCount,
[out] params  pChunk 
)

Receives the subset of the result set elements by ranges.

Returns the specified nCount elements contained in the specified result set beginning from the nStart position.

Parameters:
strAccessor(wstring) result set ID. Identifier of the server-side ordered collection of the found hosts.
nStart(int) zero-based initial position.
nCount(int) number of elements to return.
[out]pChunk(params) container with required elements in the array with the "KLCSP_ITERATOR_ARRAY" name.
Returns:
(int) actual number of returned elements (less or equal to nCount).