IsFeatureEnabled

Description

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

bool IsFeatureEnabled ( int feature)

Arguments

NameData TypeDescription

featureID

int

id of the feature to be checked.

Return

Data TypeDescription

bool

true 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.

Last updated