|
Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
|
A file containing definition of action result type. More...
#include <stdint.h>#include "mip_cc/common_types_cc.h"#include "mip_cc/error_cc.h"#include "mip_cc/result_cc.h"#include "mip_cc/upe/action_cc.h"Go to the source code of this file.
Typedefs | |
| typedef mip_cc_handle * | mip_cc_action_result |
Functions | |
| MIP_CC_API (mip_cc_result) MIP_CC_ActionResult_GetActions(const mip_cc_action_result actionResult | |
| Get actions that compose an action result. | |
| MIP_CC_API (void) MIP_CC_ReleaseActionResult(mip_cc_action_result actionResult) | |
| Release resources associated with an action result. | |
Variables | |
| mip_cc_action ** | actions |
| mip_cc_action int64_t * | count |
| mip_cc_action int64_t mip_cc_error * | errorInfo |
A file containing definition of action result type.
| typedef mip_cc_handle* mip_cc_action_result |
| MIP_CC_API | ( | mip_cc_result | ) | const |
Get actions that compose an action result.
| actionResult | Source action result |
| actions | [Output] Array of actions, memory owned by mip_cc_action_result object |
| count | [Output] Number of key/value pairs |
| errorInfo | [Output] (Optional) Failure info if operation result is error |
| MIP_CC_API | ( | void | ) |
Release resources associated with an action result.
| actionResult | Action result to be released |
| mip_cc_action** actions |
| mip_cc_action int64_t* count |
| mip_cc_action int64_t mip_cc_error* errorInfo |