IsFeatureEnabledEx
Description
bool IsFeatureEnabledEx (int featureSet, int feature)Arguments
Name
Data Type
Description
Return
Data Type
Description
Last updated
Returns whether the specified feature is enabled in this license key.
bool IsFeatureEnabledEx (int featureSet, int feature)featureSet
int
id of the feature set. QLM supports four feature sets (0 to 3).
featureID
int
id of the feature to be checked.
bool
true if the feature is enabled
Last updated