Kaspersky Security Center Automation
10.0
|
import "klakaut.idl";
Public Member Functions |
|
HRESULT | EnumEvents ([in] IKlAkCollection *pFields2Return,[in] IKlAkCollection *pSortFields,[in] IKlAkParams *pFilter,[out, retval] IKlAkChunkAccessor **ppChunkAccessor) |
HRESULT | DeleteEvents ([in] IKlAkParams *pFilter) |
Properties |
|
IKlAkProxy |
AdmServer [get, set] |
VARIANT |
Prop ([in] BSTR strName) [get, set] |
KlAkObjType |
Type [get] |
Events managing.
Allows to enumerate and delete events.
One should set AdmServer property before using the object.
See JScript call sample below.
... var oObj = new ActiveXObject("klakaut.KlAkEvents"); oObj.AdmServer = ...;