Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
|
Contains C API definitions for "remove content header" label policy action. More...
Go to the source code of this file.
Functions | |
MIP_CC_API (mip_cc_result) MIP_CC_RemoveContentHeaderAction_GetUIElementNames(const mip_cc_action action | |
Gets a "remove content header" action's UI element names to remove. | |
Variables | |
mip_cc_string_list mip_cc_error * | errorInfo |
mip_cc_string_list * | names |
Contains C API definitions for "remove content header" label policy action.
Definition in file remove_content_header_action_cc.h.
MIP_CC_API | ( | mip_cc_result | ) | const |
Gets a "remove content header" action's UI element names to remove.
action | "remove content header" action |
names | [Output] Names of UI elements to remove, memory owned by caller |
errorInfo | [Output] (Optional) Failure info if operation result is error |
mip_cc_string_list mip_cc_error* errorInfo |
Definition at line 54 of file remove_content_header_action_cc.h.
mip_cc_string_list* names |
Definition at line 53 of file remove_content_header_action_cc.h.