Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
Loading...
Searching...
No Matches
license_info_cc.h File Reference
+ Include dependency graph for license_info_cc.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef mip_cc_handlemip_cc_license_info
 

Functions

 MIP_CC_API (mip_cc_result) MIP_CC_LicenseInfo_GetUserRights(const mip_cc_license_info licenseInfo
 Gets the user rights from the license info.
 
 MIP_CC_API (void) MIP_CC_ReleaseLicenseInfo(mip_cc_license_info licenseInfo)
 Function to release a license info handle.
 

Variables

mip_cc_dynamic_watermarkdynamicWatermark
 
mip_cc_string_list mip_cc_errorerrorInfo
 
mip_cc_string_listrights
 

Typedef Documentation

◆ mip_cc_license_info

Definition at line 9 of file license_info_cc.h.

Function Documentation

◆ MIP_CC_API() [1/2]

MIP_CC_API ( mip_cc_result ) const

Gets the user rights from the license info.

Gets the dynamic watermark.

Parameters
licenseInfoThe 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
licenseInfoThe 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]

MIP_CC_API ( void )

Function to release a license info handle.

Parameters
licenseInfothe license info being released

Variable Documentation

◆ dynamicWatermark

mip_cc_dynamic_watermark* dynamicWatermark

Definition at line 42 of file license_info_cc.h.

◆ errorInfo

Definition at line 26 of file license_info_cc.h.

◆ rights

Definition at line 25 of file license_info_cc.h.