|
Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
|
Contains C API definitions for "metadata" label policy action. More...
#include "mip_cc/common_types_cc.h"#include "mip_cc/error_cc.h"#include "mip_cc/string_list_cc.h"#include "mip_cc/upe/action_cc.h"#include "mip_cc/upe/metadata_dictionary_cc.h"Go to the source code of this file.
Functions | |
| MIP_CC_API (mip_cc_result) MIP_CC_MetadataAction_GetMetadataToRemove(const mip_cc_action action | |
| Gets a "metadata" action's metadata to remove. | |
Variables | |
| mip_cc_string_list * | metadataNames |
| mip_cc_string_list mip_cc_error * | errorInfo |
| mip_cc_metadata_dictionary * | metadata |
Contains C API definitions for "metadata" label policy action.
| MIP_CC_API | ( | mip_cc_result | ) | const |
Gets a "metadata" action's metadata to remove.
Gets a "metadata" action's metadata to add.
| action | "metadata" action |
| metadataNames | [Output] Key names of metadata to remove, memory owned by caller |
| errorInfo | [Output] (Optional) Failure info if operation result is error |
| action | "metadata" action |
| metadata | [Output] list of metadata entries to add, memory owned by caller |
| errorInfo | [Output] (Optional) Failure info if operation result is error |
| mip_cc_metadata_dictionary mip_cc_error* errorInfo |
| mip_cc_metadata_dictionary* metadata |
| mip_cc_string_list* metadataNames |