|
Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
|
Contains C API definitions for "protect do not forward" label policy action. More...
#include "mip_cc/upe/action_cc.h"Go to the source code of this file.
Functions | |
| MIP_CC_API (mip_cc_result) MIP_CC_ProtectDoNotForwardDkAction_GetDoubleKeyEncryptionUrlSize(const mip_cc_action action | |
| Gets size of buffer required to store the double key encryption url. | |
Variables | |
| int64_t * | urlSize |
| int64_t mip_cc_error * | errorInfo |
| char * | urlBuffer |
| char const int64_t | urlBufferSize |
| char const int64_t int64_t * | actualUrlSize |
Contains C API definitions for "protect do not forward" label policy action.
| MIP_CC_API | ( | mip_cc_result | ) | const |
Gets size of buffer required to store the double key encryption url.
Gets double key encryption url.
| action | "protect by dp not forward policy with double key" action |
| urlSize | [Output] Size of buffer to hold the url (in number of chars) |
| errorInfo | [Output] (Optional) Failure info if operation result is error |
| action | "protect by dp not forward policy with double key" action |
| urlBuffer | [Output] Buffer the url will be copied into. |
| urlBufferSize | Size (in number of chars) of the urlBuffer. |
| actualUrlSize | [Output] Number of chars written to the buffer |
| errorInfo | [Output] (Optional) Failure info if operation result is error |
| char const int64_t int64_t* actualUrlSize |
| char const int64_t int64_t mip_cc_error* errorInfo |
| char* urlBuffer |
| char const int64_t urlBufferSize |
| int64_t* urlSize |