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).