|
Microsoft Information Protection SDK - C++ 1.18
API Reference Documentation for C++
|
Defines StorageTable interface. More...
Go to the source code of this file.
Classes | |
| class | StorageTable |
| A class that defines the interface to the MIP SDK storage table used for caching. More... | |
| class | StorageTableV2 |
| An extension to the class that defines the interface to the MIP SDK storage table used for caching. More... | |
Enumerations | |
| enum class | ColumnMatch { Equals = 0 , LessThan = 1 , GreaterThan = 2 , LessThanEqualTo = 3 , GreaterThanEqualTo = 4 , NotEquals = 5 } |
| Defines actions for column specification based on values. More... | |
Defines StorageTable interface.
|
strong |