Returns whether the specified feature is enabled in this license key. You must call ValidateLicenseEx with the ComputerKey prior to calling IsFeatureEnabledEx.
C++: VARIANT_BOOL IsFeatureEnabledEx (int featureSet, int feature)
C#: bool IsFeatureEnabledEx (int featureSet, int feature)
Parameters
featureSet - id of the feature set. QLM supports four feature sets (0 to 3).
feature - id of feature to be checked.
Return
Boolean indicating if the featured is enabled.
Comments
0 comments
Article is closed for comments.