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

import "klakaut.idl";

Inheritance diagram for IKlAkPackages:
Inheritance graph
[legend]

List of all members.

Public Member Functions

HRESULT  GetPackages ([out, retval] IKlAkCollection **ppPackages)
HRESULT  GetPackageInfo ([in] long nPackageId,[out, retval] IKlAkParams **ppInfo)
HRESULT  GetExecutablePackages ([in] long nPackageId,[out, retval] IKlAkCollection **ppExecPackages)
HRESULT  GetExecutablePkgData ([in] long nExecId,[in] long nStartPos,[in] long nDataToRead,[out, retval] VARIANT *pChunk)

Properties

IKlAkProxy  AdmServer [get, set]
VARIANT  Prop ([in] BSTR strName) [get, set]
KlAkObjType  Type [get]

Detailed Description

Packages managing.

Allows to enumerate packages.

One should set AdmServer property before using the object.
See JScript call sample below.

	...
	var oObj = new ActiveXObject("klakaut.KlAkPackages");
	oObj.AdmServer = ...;