KSC Open API
Kaspersky Security Center API description
binary GroupTaskControlApi::ExportTask ( wstring  wstrTaskId)

Exports task.

Gets specific task by its identifier and save data to memory chunk. Chunk can be later saved to file or sent over network

Possible errors:

  • Task with specified id does not exist
  • Read access to task with specified id is denied
  • Not enough memory to store result chunk
Parameters:
wstrTaskId(wstring) Task identifier
Returns:
(binary) Pointer to memory chunk with exported task data