RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
The result of the ProtectedFileStream::Acquire operation. More...
#include <ProtectedFileStream.h>
Public Member Functions | |
GetProtectedFileStreamResult (GetUserPolicyResultStatus status, std::shared_ptr< std::string > referrer, std::shared_ptr< ProtectedFileStream > stream) | |
Public Attributes | |
GetUserPolicyResultStatus | m_status |
std::shared_ptr< std::string > | m_referrer |
std::shared_ptr< ProtectedFileStream > | m_stream |
The result of the ProtectedFileStream::Acquire operation.