Kaspersky Security Center Automation
10.0
|
import "klakaut.idl";
Public Member Functions |
|
HRESULT | AddHstMoveRule ([in] IKlAkParams *pInfo,[out, retval] long *plHstMoveRule) |
HRESULT | UpdateHstMoveRule ([in] long lHstMoveRule,[in] IKlAkParams *pInfo) |
HRESULT | RemoveHstMoveRule ([in] long lHstMoveRule) |
HRESULT | GetHstMoveRuleInfo ([in] long lHstMoveRule,[out, retval] IKlAkParams **ppInfo) |
HRESULT | GetHstMoveRules ([in] IKlAkCollection *pFields,[out, retval] IKlAkCollection **ppInfo) |
Properties |
|
IKlAkProxy |
AdmServer [get, set] |
VARIANT |
Prop ([in] BSTR strName) [get, set] |
KlAkObjType |
Type [get] |
Extended host moving rules (Administration Server 7.0 or higher is required).
Allows to add and remove extended host moving rules, acquire and modify extended host moving rule attributes, enumerate extended host moving rules.
This functionality is supported by Administration Server 7.0 or higher.
One should set AdmServer property before using the object.
See JScript call sample below.
... var oObj = new ActiveXObject("klakaut.KlAkHstRulesEx"); oObj.AdmServer = ...;