KSC Open API
Kaspersky Security Center API description
params SsContents::Ss_Read ( wstring  wstrID,
wstring  wstrProduct,
wstring  wstrVersion,
wstring  wstrSection 
)

Read data from settings storage.

Reads saved data from the specified section of settings storage.

Parameters:
wstrID(wstring) identifier of opened SsContents. Use PolicyProfiles::GetEffectivePolicyContents to get it
wstrProduct(wstring) product name string (see Settings storage section parameters)
wstrVersion(wstring) version string (see Settings storage section parameters)
wstrSection(wstring) section name string (see Settings storage section parameters)
Returns:
(params) data from the specified section
See also: