KSC Open API
Kaspersky Security Center API description
array SsContents::SS_GetNames ( wstring  wstrID,
wstring  wstrProduct,
wstring  wstrVersion 
)

Enumerate contents of settings storage

Retrieves list of sections.

Parameters:
wstrID(wstring) identifier of opened SsContents
wstrProduct(wstring) product name string, string, not longer than 31 character, and cannot contain characters /\:*?"<>. Empty string means that list of products is needed.
wstrVersion(wstring) version string, string, not longer than 31 character, and cannot contain characters /\:*?"<>. Empty string means that list of versions is needed.
Returns:
(array) list of section if both wstrProduct and wstrVersion specified, list of version if only wstrProduct is specified, list of product is wstrProduct is not specified