Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
|
Contains C API definitions for label policy actions. More...
Go to the source code of this file.
Typedefs | |
typedef mip_cc_handle * | mip_cc_action |
Enumerations | |
enum | mip_cc_action_type { MIP_ACTION_TYPE_ADD_CONTENT_FOOTER = 1 << 0 , MIP_ACTION_TYPE_ADD_CONTENT_HEADER = 1 << 1 , MIP_ACTION_TYPE_ADD_WATERMARK = 1 << 2 , MIP_ACTION_TYPE_CUSTOM = 1 << 3 , MIP_ACTION_TYPE_JUSTIFY = 1 << 4 , MIP_ACTION_TYPE_METADATA = 1 << 5 , MIP_ACTION_TYPE_PROTECT_ADHOC = 1 << 6 , MIP_ACTION_TYPE_PROTECT_BY_TEMPLATE = 1 << 7 , MIP_ACTION_TYPE_PROTECT_DO_NOT_FORWARD = 1 << 8 , MIP_ACTION_TYPE_REMOVE_CONTENT_FOOTER = 1 << 9 , MIP_ACTION_TYPE_REMOVE_CONTENT_HEADER = 1 << 10 , MIP_ACTION_TYPE_REMOVE_PROTECTION = 1 << 11 , MIP_ACTION_TYPE_REMOVE_WATERMARK = 1 << 12 , MIP_ACTION_TYPE_APPLY_LABEL = 1 << 13 , MIP_ACTION_TYPE_RECOMMEND_LABEL = 1 << 14 , MIP_ACTION_TYPE_PROTECT_ADHOC_DK = 1 << 15 , MIP_ACTION_TYPE_PROTECT_DO_NOT_FORWARD_DK = 1 << 17 , MIP_ACTION_TYPE_PROTECT_BY_ENCRYPT_ONLY = 1 << 18 } |
Action type bit mask. More... | |
Functions | |
MIP_CC_API (mip_cc_result) MIP_CC_Action_GetType(const mip_cc_action action | |
Gets an action's type. | |
Variables | |
mip_cc_action_type * | actionType |
mip_cc_action_type mip_cc_error * | errorInfo |
mip_cc_guid * | id |
Contains C API definitions for label policy actions.
Definition in file action_cc.h.
typedef mip_cc_handle* mip_cc_action |
Definition at line 40 of file action_cc.h.
enum mip_cc_action_type |
Action type bit mask.
Definition at line 45 of file action_cc.h.
MIP_CC_API | ( | mip_cc_result | ) | const |
Gets an action's type.
Gets an action's ID.
action | Action |
actionType | [Output] Type of action |
errorInfo | [Output] (Optional) Failure info if operation result is error |
action | Action |
id | [Output] Unique action ID |
errorInfo | [Output] (Optional) Failure info if operation result is error |
mip_cc_action_type* actionType |
Definition at line 78 of file action_cc.h.
mip_cc_guid mip_cc_error* errorInfo |
Definition at line 79 of file action_cc.h.
mip_cc_guid* id |
Definition at line 92 of file action_cc.h.