Feedback

  • Contents
 

II3ID::GetLicenseInfo Method

Synopsis

This method returns True if a valid license is available for the feature specified.

IDL Function Prototype

HRESULT GetLicenseInfo(

   [in] BSTR FeatureString,

   [out, retval] VARIANT * LicenseInfo

);

C/C++ Syntax

HRESULT GetLicenseInfo(BSTR FeatureString, VARIANT * LicenseInfo);

Parameters

FeatureString

A string that identifies the features licensed. E.g.: I3_FEATURE_VERSION_EIC, I3_FEATURE_VERSION_CIC, I3_FEATURE_VERSION_SIC, etc.

LicenseInfo

Returns a variant of VT_BOOL (True if the specified feature is licensed; otherwise False).