Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
This is the complete list of members for ProtectionProfile::Observer, including all inherited members.
OnAddEngineFailure(const std::exception_ptr &error, const std::shared_ptr< void > &context) | ProtectionProfile::Observer | inlinevirtual |
OnAddEngineSuccess(const std::shared_ptr< ProtectionEngine > &engine, const std::shared_ptr< void > &context) | ProtectionProfile::Observer | inlinevirtual |
OnDeleteEngineFailure(const std::exception_ptr &error, const std::shared_ptr< void > &context) | ProtectionProfile::Observer | inlinevirtual |
OnDeleteEngineSuccess(const std::shared_ptr< void > &context) | ProtectionProfile::Observer | inlinevirtual |
OnListEnginesFailure(const std::exception_ptr &error, const std::shared_ptr< void > &context) | ProtectionProfile::Observer | inlinevirtual |
OnListEnginesSuccess(const std::vector< std::string > &engineIds, const std::shared_ptr< void > &context) | ProtectionProfile::Observer | inlinevirtual |
OnLoadFailure(const std::exception_ptr &error, const std::shared_ptr< void > &context) | ProtectionProfile::Observer | inlinevirtual |
OnLoadSuccess(const std::shared_ptr< ProtectionProfile > &profile, const std::shared_ptr< void > &context) | ProtectionProfile::Observer | inlinevirtual |