RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
Public Member Functions | Public Attributes | List of all members
rmscore::modernapi::GetProtectedFileStreamResult Struct Reference

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< ProtectedFileStreamm_stream
 

Detailed Description

The result of the ProtectedFileStream::Acquire operation.


The documentation for this struct was generated from the following files: