KSC Open API
Kaspersky Security Center API description
|
Access to settings storage. More...
Public Member Functions | |
params | Ss_Read (wstring wstrID, wstring wstrProduct, wstring wstrVersion, wstring wstrSection) |
Read data from settings storage. | |
array | SS_GetNames (wstring wstrID, wstring wstrProduct, wstring wstrVersion) |
Ss_Update (wstring wstrID, wstring wstrProduct, wstring wstrVersion, wstring wstrSection, params pNewData) | |
Update existing data in settings storage. | |
Ss_Add (wstring wstrID, wstring wstrProduct, wstring wstrVersion, wstring wstrSection, params pNewData) | |
Add new data to settings storage. | |
Ss_Replace (wstring wstrID, wstring wstrProduct, wstring wstrVersion, wstring wstrSection, params pNewData) | |
Replace data in settings storage. | |
Ss_Clear (wstring wstrID, wstring wstrProduct, wstring wstrVersion, wstring wstrSection, params pNewData) | |
Clear and write data in settings storage. | |
Ss_Delete (wstring wstrID, wstring wstrProduct, wstring wstrVersion, wstring wstrSection, params pData) | |
Delete data from settings storage. | |
Ss_CreateSection (wstring wstrID, wstring wstrProduct, wstring wstrVersion, wstring wstrSection) | |
Create section in settings storage. | |
Ss_DeleteSection (wstring wstrID, wstring wstrProduct, wstring wstrVersion, wstring wstrSection) | |
Delete section from settings storage. | |
Ss_Apply (wstring wstrID) | |
Ss_Release (wstring wstrID) |
Access to settings storage.