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

import "klakaut.idl";

Inheritance diagram for IKlAkLicHst:
Inheritance graph
[legend]

List of all members.

Public Member Functions

HRESULT  AcquireKeyHosts ([in] BSTR bstrSerial,[in] IKlAkCollection *pFields2Return,[in] IKlAkCollection *pSortFields,[out, retval] IKlAkChunkAccessor **ppChunkAccessor)
HRESULT  AcquireKeysForProductOnHost ([in] BSTR bstrHost,[in] BSTR bstrProduct,[in] BSTR bstrVersion,[out, retval] IKlAkParams **ppData)
HRESULT  GetKeyDataForHost ([in] BSTR bstrSerial,[in] BSTR bstrHost,[out, retval] IKlAkParams **ppData)

Properties

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

Detailed Description

License keys on hosts.

Allows to retrieve host-specific license properties.

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

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