IsFeatureEnabledEx

Description

Returns whether the specified feature is enabled in this license key.

 bool IsFeatureEnabledEx (int featureSet, int feature)

Arguments

NameData TypeDescription

featureSet

int

id of the feature set. QLM supports four feature sets (0 to 3).

featureID

int

id of the feature to be checked.

Return

Data TypeDescription

bool

true if the feature is enabled

Last updated