|
Microsoft Information Protection (MIP) SDK for C: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C
|
Contains C API definitions for "protect by template" label policy action. More...
Include dependency graph for protect_by_template_action_cc.h:Go to the source code of this file.
Functions | |
| MIP_CC_API (mip_cc_result) MIP_CC_ProtectByTemplateAction_GetTemplateId(const mip_cc_action action | |
| Gets a "protect by template" action's template ID. | |
Variables | |
| char const int64_t int64_t * | actualUrlSize |
| mip_cc_guid mip_cc_error * | errorInfo |
| bool * | isDoubleKey |
| mip_cc_guid * | templateId |
| char * | urlBuffer |
| char const int64_t | urlBufferSize |
| int64_t * | urlSize |
Contains C API definitions for "protect by template" label policy action.
Definition in file protect_by_template_action_cc.h.
| MIP_CC_API | ( | mip_cc_result | ) | const |
Gets a "protect by template" action's template ID.
Gets double key encryption url.
Gets size of buffer required to store the double key encryption url.
Gets a "protect by template" action's whether or not it is double key.
| action | "protect by template" action |
| templateId | [Output] ID of template that defines protections |
| errorInfo | [Output] (Optional) Failure info if operation result is error |
| action | "protect by template" action |
| isDoubleKey | [Output] Whether or not this is a double key template |
| errorInfo | [Output] (Optional) Failure info if operation result is error |
| action | "protect by template" action |
| urlSize | [Output] Size of buffer to hold the url (in number of chars) |
| errorInfo | [Output] (Optional) Failure info if operation result is error |
| action | "protect by template" action |
| urlBuffer | [Output] Buffer the url will be copied into. |
| urlBufferSize | Size (in number of chars) of the urlBuffer. |
| actualUrlSize | [Output] Number of chars written to the buffer |
| errorInfo | [Output] (Optional) Failure info if operation result is error |
| char const int64_t int64_t* actualUrlSize |
Definition at line 100 of file protect_by_template_action_cc.h.
| char const int64_t int64_t mip_cc_error* errorInfo |
Definition at line 51 of file protect_by_template_action_cc.h.
| bool* isDoubleKey |
Definition at line 64 of file protect_by_template_action_cc.h.
| mip_cc_guid* templateId |
Definition at line 50 of file protect_by_template_action_cc.h.
| char* urlBuffer |
Definition at line 98 of file protect_by_template_action_cc.h.
| char const int64_t urlBufferSize |
Definition at line 99 of file protect_by_template_action_cc.h.
| int64_t* urlSize |
Definition at line 78 of file protect_by_template_action_cc.h.