Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
Defines StorageDelegate interface. More...
#include <string>
#include <vector>
#include "mip/common_types.h"
#include "mip/delegate_response.h"
#include "mip/mip_namespace.h"
#include "mip/storage_table.h"
Go to the source code of this file.
Classes | |
class | StorageDelegate |
A class that defines the interface to the MIP SDK storage for caching. More... | |
class | StorageDelegate::StorageSettings |
Settings used by StorageDelegate. More... | |
Typedefs | |
typedef mip::DelegateResponse< mip::StorageTable > | StorageTableResult |
A delegate response type for StorageTable. | |
Enumerations | |
enum class | MipComponent : unsigned int { Policy = 0 , File = 1 , Protection = 2 , Core = 3 } |
Describes the MIP component to be used in the application. More... | |
Defines StorageDelegate interface.
typedef mip::DelegateResponse<mip::StorageTable> StorageTableResult |
A delegate response type for StorageTable.
|
strong |