Returns whether the specified feature is enabled in this license key.
bool IsFeatureEnabled ( int feature)
featureID
int
id of the feature to be checked.
bool
true if the feature is enabled
This function is now obsolete and has been superseded by IsFeatureEnabledEx.
You must call ValidateLicense prior to calling IsFeatureEnabled.
Last updated 2 years ago