|
Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for 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 |