cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
kency
Enthusiast

Identification of Demo version through Add-on code

Hello,

Is there any function that will let us know if the user is on demo version?

Thanks

Kency

1 Reply 1

Something like this:

API_ProtectionInfo protectInfo;
auto err = ACAPI_Environment(APIEnv_ProtectionDataID, &protectInfo, 0);
return ((err != NoError) || ((protectInfo.protMode & APIPROT_TRIAL_MASK) != 0));

 

Ralph Wessel BArch
Central Innovation

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!