KSC Open API
Kaspersky Security Center API description
ReportManager::ExecuteReportAsyncGetData ( wstring  strRequestId,
int  nChunkSize,
[out] binary  pXmlData,
[out] int  nDataSizeRest,
[out] params  pChartData 
)

Receives the result of the asynchronous ReportManager::ExecuteReportAsync operation. Deprecated function.

If the result is not ready, pXmlData will be empty.

Deprecated:
Use the HTTP GET request instead. See ReportManager::ExecuteReportAsync.
Parameters:
strRequestId(wstring) ID of an asynchronous operation.
nChunkSize(int) chunk size of the XML data.
[out]pXmlData(binary) chunk with the XML data. Empty if the result is not ready. See Report structure.
[out]nDataSizeRest(int) rest data size.
[out]pChartData(params) chart data. Filled if nDataSizeRest has become zero. See Chart parameters structure.