Kaspersky Security Center Automation  10.0
Public Member Functions | Properties
IKlAkEvents Interface Reference

import "klakaut.idl";

Inheritance diagram for IKlAkEvents:
Inheritance graph
[legend]

List of all members.

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]

Detailed Description

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 = ...;