KSC Open API
Kaspersky Security Center API description
HostGroup::SS_CreateSection ( wstring  strHostName,
wstring  strType,
wstring  strProduct,
wstring  strVersion,
wstring  strSection 
)

Creates a section in the host settings storage.

Parameters:
strHostName(wstring) host name. Unique string generated by the server.
strType(wstring) type of storage, for example, "SS_SETTINGS".
strProduct(wstring) product name. Non-empty string. Can contain no more than 31 character. Do not use the following characters: /\:*?"<>.
strVersion(wstring) version. Non-empty string. Can contain no more than 31 character. Do not use the following characters:s /\:*?"<>.
strSection(wstring) section name. Non-empty string. Can contain no more than 31 character. Do not use the following characters: /\:*?"<>.
See also: