Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in 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.
Definition in file action_result_cc.h.
typedef mip_cc_handle* mip_cc_action_result |
Definition at line 44 of file action_result_cc.h.
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 |
Definition at line 60 of file action_result_cc.h.
mip_cc_action int64_t* count |
Definition at line 61 of file action_result_cc.h.
mip_cc_action int64_t mip_cc_error* errorInfo |
Definition at line 62 of file action_result_cc.h.