|
Microsoft Information Protection SDK - C 1.17
API Reference Documentation for 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 | |
| int64_t * | nameSize |
| int64_t mip_cc_error * | errorInfo |
| char * | nameBuffer |
| char const int64_t | nameBufferSize |
| char const int64_t int64_t * | actualNameSize |
| mip_cc_dictionary * | properties |
Contains C API definitions for custom label policy action.
| 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 |
| mip_cc_dictionary mip_cc_error* errorInfo |
| char* nameBuffer |
| char const int64_t nameBufferSize |
| int64_t* nameSize |
| mip_cc_dictionary* properties |