Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Interface that receives notifications related to ProtectionHandler. More...
#include <src/api/mip/protection/protection_handler.h>
Public Member Functions | |
virtual void | OnCreateProtectionHandlerFailure (const std::exception_ptr &error, const std::shared_ptr< void > &context) |
Called when ProtectionHandler creation failed. | |
virtual void | OnCreateProtectionHandlerSuccess (const std::shared_ptr< ProtectionHandler > &protectionHandler, const std::shared_ptr< void > &context) |
Called when ProtectionHandler was created successfully. | |
Interface that receives notifications related to ProtectionHandler.
Definition at line 67 of file protection_handler.h.
|
inlinevirtual |
Called when ProtectionHandler creation failed.
error | Failure that occurred during creation |
context | The same context that was passed to ProtectionEngine::CreateProtectionHandlerFromDescriptorAsync or ProtectionEngine::CreateProtectionHandlerFromPublishingLicenseAsync |
Definition at line 99 of file protection_handler.h.
|
inlinevirtual |
Called when ProtectionHandler was created successfully.
protectionHandler | The newly created ProtectionHandler |
context | The same context that was passed to ProtectionEngine::CreateProtectionHandlerFromDescriptorAsync or ProtectionEngine::CreateProtectionHandlerFromPublishingLicenseAsync |
Definition at line 82 of file protection_handler.h.