IsFeatureEnabled

Description

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

bool IsFeatureEnabled ( int feature)

Arguments

NameData TypeDescription
featureIDintid of the feature to be checked.

Return

Data TypeDescription
booltrue if the feature is enabled

Remarks

This function is now obsolete and has been superseded by IsFeatureEnabledEx.

You must call ValidateLicense prior to calling IsFeatureEnabled.