34#ifndef API_MIP_DICTIONARY_CC_H
35#define API_MIP_DICTIONARY_CC_H
A file Containing the common types used by the upe, file and protection modules.
MIP_CC_API(void) MIP_CC_ReleaseDictionary(mip_cc_dictionary dictionary)
Release resources associated with a dictionary.
const int64_t mip_cc_dictionary mip_cc_error * errorInfo
Definition dictionary_cc.h:70
mip_cc_handle * mip_cc_dictionary
Definition dictionary_cc.h:44
mip_cc_kv_pair ** entries
Definition dictionary_cc.h:86
const int64_t count
Definition dictionary_cc.h:68
const int64_t mip_cc_dictionary * dictionary
Definition dictionary_cc.h:69
Error definition and functions.
Export/import and other macros for C API.
Defines success/error result codes.
mip_cc_result
API success/failure result.
Definition result_cc.h:44
Error information.
Definition error_cc.h:88
Opaque handle to MIP object.
Definition common_types_cc.h:44
Key/value pair.
Definition dictionary_cc.h:49
const char * value
Definition dictionary_cc.h:51
const char * key
Definition dictionary_cc.h:50