Kaspersky Security Center Automation
10.0
|
import "klakaut.idl";
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] |
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 = ...;