CanEasy COM-Help
|
Inherits IDispatch.
License interface
Definition at line 6896 of file cand_tlb.idl.
HRESULT CanEasy::ILicense::GetFeatureId | ( | [in] BSTR | sId, |
[out, retval] long * | |||
) |
Returns the identifier of a feature by name
sId | Name of the feature |
HRESULT CanEasy::ILicense::IsApplication | ( | [in] BSTR | sApplicationName, |
[out, retval] VARIANT_BOOL * | |||
) |
Returns true if the passed application name is fitting with the started instance
sApplicationName | Name of the application |
HRESULT CanEasy::ILicense::IsFeatureSet | ( | [in] long | lFeatureId, |
[out, retval] VARIANT_BOOL * | |||
) |
Returns whether a feature is available
lFeatureId | Identifier of the feature to be checked |