KSC Open API
Kaspersky Security Center API description
params HstAccessControl::GetPolicyReadonlyNodes ( int  lGroupId,
wstring  szwProduct,
wstring  szwVersion,
wstring  szwSectionName,
params  pPolicySection 
)

Returns array of paths for all nodes located in the specified policy section. The nodes are read-only for the current user's session.

Parameters:
lGroupId(int) group ID.
szwProduct(wstring) product title.
szwVersion(wstring) product version.
szwSectionName(wstring) policy section name.
pPolicySection(params) policy section data.
Returns:
(params) nodes in the read-only mode:
        +--- (PARAMS)
            +---<name of policy section>(ARRAY_T)
            |   +---0 = (STRING_T) paths to nodes in pPolicySection in read-only mode (format <<name_node1>>\<<name_node3>>\<<name_node3>>)
            |   +---1 = (STRING_T) ...