Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
|
Contains C API definitions for custom label policy action. More...
Go to the source code of this file.
Functions | |
MIP_CC_API (mip_cc_result) MIP_CC_CustomAction_GetNameSize(const mip_cc_action action | |
Gets size of buffer required to store a "custom" action's name. | |
Variables | |
char const int64_t int64_t * | actualNameSize |
int64_t mip_cc_error * | errorInfo |
char * | nameBuffer |
char const int64_t | nameBufferSize |
int64_t * | nameSize |
mip_cc_dictionary * | properties |
Contains C API definitions for custom label policy action.
Definition in file custom_action_cc.h.
MIP_CC_API | ( | mip_cc_result | ) | const |
Gets size of buffer required to store a "custom" action's name.
Gets a "custom" action's properties.
Gets a "custom" action's name.
action | "custom" action |
nameSize | [Output] Size of buffer to hold name (in number of chars) |
errorInfo | [Output] (Optional) Failure info if operation result is error |
action | "custom" action |
nameBuffer | [Output] Buffer the name will be copied into. |
nameBufferSize | Size (in number of chars) of the nameBuffer. |
actualNameSize | [Output] Number of chars written to the buffer |
errorInfo | [Output] (Optional) Failure info if operation result is error |
action | "custom" action |
properties | [Output] Dictionary of properties, memory owned by caller |
errorInfo | [Output] (Optional) Failure info if operation result is error |
char const int64_t int64_t* actualNameSize |
Definition at line 72 of file custom_action_cc.h.
mip_cc_dictionary mip_cc_error* errorInfo |
Definition at line 52 of file custom_action_cc.h.
char* nameBuffer |
Definition at line 70 of file custom_action_cc.h.
char const int64_t nameBufferSize |
Definition at line 71 of file custom_action_cc.h.
int64_t* nameSize |
Definition at line 51 of file custom_action_cc.h.
mip_cc_dictionary* properties |
Definition at line 88 of file custom_action_cc.h.