34#ifndef API_MIP_PROTECTION_PROTECTION_PROFILE_CC_H_
35#define API_MIP_PROTECTION_PROTECTION_PROFILE_CC_H_
ApplicationInfo definition.
A file Containing the common types used by the upe, file and protection modules.
mip_cc_cache_storage_type
Storage type for caches.
Definition common_types_cc.h:59
Defines consent callback functions.
Contains C API definitions for common string dictionary.
Error definition and functions.
Defines HTTP callback functions.
Defines C-Style MipContext functions.
const char const mip_cc_log_level const bool const mip_cc_logger_delegate const mip_cc_telemetry_configuration mip_cc_mip_context * mipContext
Definition mip_context_cc.h:79
Export/import and other macros for C API.
Defines C-Style ProtectionEngine functions.
mip_cc_handle * mip_cc_protection_profile
Definition protection_profile_cc.h:51
MIP_CC_API(void) MIP_CC_ReleaseProtectionProfile(mip_cc_protection_profile profile)
Release resources associated with a protection profile.
const mip_cc_protection_engine_settings mip_cc_protection_engine * engine
Definition protection_profile_cc.h:67
const mip_cc_protection_engine_settings mip_cc_protection_engine mip_cc_error * errorInfo
Definition protection_profile_cc.h:68
const char * sessionId
Definition protection_profile_cc.h:122
mip_cc_protection_profile * profile
Definition protection_profile_cc.h:81
const mip_cc_protection_engine_settings settings
Definition protection_profile_cc.h:66
const mip_cc_dictionary customSettings
Definition protection_profile_cc.h:178
const mip_cc_cache_storage_type const void const mip_cc_consent_callback consentCallback
Definition protection_profile_cc.h:107
const bool canCacheLicenses
Definition protection_profile_cc.h:136
const mip_cc_cache_storage_type const void * reserved
Definition protection_profile_cc.h:106
const mip_cc_http_delegate httpDelegate
Definition protection_profile_cc.h:150
const mip_cc_cache_storage_type cacheStorageType
Definition protection_profile_cc.h:105
const mip_cc_task_dispatcher_delegate taskDispatcherDelegate
Definition protection_profile_cc.h:164
mip_cc_handle * mip_cc_protection_profile_settings
Definition protection_profile_cc.h:52
Defines success/error result codes.
mip_cc_result
API success/failure result.
Definition result_cc.h:44
Error information.
Definition error_cc.h:79
Opaque handle to MIP object.
Definition common_types_cc.h:44
Defines task dispatcher callback functions.