Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
Loading...
Searching...
No Matches
remove_content_header_action_cc.h File Reference

Contains C API definitions for "remove content header" label policy action. More...

+ Include dependency graph for remove_content_header_action_cc.h:

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_errorerrorInfo
 
mip_cc_string_listnames
 

Detailed Description

Contains C API definitions for "remove content header" label policy action.

Definition in file remove_content_header_action_cc.h.

Function Documentation

◆ MIP_CC_API()

MIP_CC_API ( mip_cc_result ) const

Gets a "remove content header" action's UI element names to remove.

Parameters
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
Returns
Result code indicating success or failure
Note
The 'names' variable must be released by the caller by calling MIP_CC_ReleaseStringList

Variable Documentation

◆ errorInfo

Definition at line 54 of file remove_content_header_action_cc.h.

◆ names

Definition at line 53 of file remove_content_header_action_cc.h.