KSC Open API
Kaspersky Security Center API description
SrvView Class Reference

Interface to get plain-queries from SC-server. More...

List of all members.

Public Member Functions

 ResetIterator (wstring wstrViewName, wstring wstrFilter, array vecFieldsToReturn, array vecFieldsToOrder, params pParams, int lifetimeSec,[out] wstring wstrIteratorId)
 Find srvview data by filter string.
int GetRecordCount (wstring wstrIteratorId)
 Acquire count of result-set elements.
 GetRecordRange (wstring wstrIteratorId, int nStart, int nEnd,[out] params pRecords)
 Acquire subset of result-set elements by range.
 ReleaseIterator (wstring wstrIteratorId)
 Release result-set.
wstring ResetIteratorAsync (wstring wstrViewName, wstring wstrFilter, array vecFieldsToReturn, array vecFieldsToOrder, params pParams, int lifetimeSec)
 Find srvview data by filter string.
wstring ResetIteratorAsyncGetData (wstring wstrRequestId)
 Return iterator for finalized async request.
 ResetIteratorAsyncCancel (wstring wstrRequestId)
 Cancel FindHostsAsync operation.

Detailed Description

Interface to get plain-queries from SC-server.

See also:
Sample. Enumerates users using SrvView.