Go to the source code of this file.
◆ mip_cc_license_info
◆ MIP_CC_API() [1/2]
Gets the user rights from the license info.
Gets the dynamic watermark.
- Parameters
-
licenseInfo | The licenseInfo from which to retrieve the user rights |
rights | [Output] The user rights present in the license info as a list of strings |
errorInfo | [Output] (Optional) Failiure info if operation results is failure |
- Returns
- Result code indicating success or failure
- Note
- The returned 'rights' (mip_cc_string_list*) must be freed by calling MIP_CC_ReleaseStringList
- Parameters
-
licenseInfo | The licenseInfo from which to retrieve the dynamic watermark |
dynamicWatermark | [Output] The dynamic watermark in the licenseInfo (null if not present) |
errorInfo | [Output] (Optional) Failiure info if operation results is failure |
- Returns
- Result code indicating success or failure
- Note
- The returned 'dynamicWatermark' (mip_cc_dynamic_watermark*) must be freed calling MIP_CC_ReleaseDynamicWatermark
◆ MIP_CC_API() [2/2]
Function to release a license info handle.
- Parameters
-
licenseInfo | the license info being released |
◆ dynamicWatermark
◆ errorInfo
◆ rights