Identification of Demo version through Add-on code
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-07-25 08:15 AM
‎2024-07-25
08:15 AM
Hello,
Is there any function that will let us know if the user is on demo version?
Thanks
Kency
Labels:
- Labels:
-
Discussion
-
Question
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2024-07-26 10:07 AM
‎2024-07-26
10:07 AM
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
Central Innovation