Difference between revisions of "CALicense::SetApplicationLicenseCode"
(Created page with "<< Back to CALicense = void CALicense::SetApplicationLicenseCode(string licenseCode) = Specifies an ADE license code that is to be used for the instantiati...") |
|||
Line 1: | Line 1: | ||
− | [[ | + | [[Category:ADE User Guide]] |
− | + | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CALicense]] | |
+ | <languages /> | ||
+ | <translate> | ||
= void CALicense::SetApplicationLicenseCode(string licenseCode) = | = void CALicense::SetApplicationLicenseCode(string licenseCode) = | ||
Line 18: | Line 20: | ||
* [[CALicense::NewCAEngine]] | * [[CALicense::NewCAEngine]] | ||
+ | </translate> |
Revision as of 01:32, 16 June 2015
ADE User Guide > ADE Server Class Reference > CALicense
void CALicense::SetApplicationLicenseCode(string licenseCode)
Specifies an ADE license code that is to be used for the instantiation of a CAEngine when CALicense::NewCAEngine is called. When this is used, a valid ADE license code does not need to be stored in the system registry, and ADE runs according to the licensed features of the specified license code, which might be different from the license code used when ADE was installed (if any). This only accepts “ADE application license codes.” The license code you use when you install ADE is not an application license code. Application license codes are obtained through special arrangement with Lumina for applications that have been licensed through Lumina for redistribution.
Parameters
«licenseCode» - the license code that enables redistribution.
Return value
None.
When the code is bad, CALicense::NewCAEngine will fail and CALicense::ErrorCode and CALicense::ErrorText will report the bad code.
Enable comment auto-refresher