Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
File containing diagnostic-related types. More...
Go to the source code of this file.
Enumerations | |
enum class | Pii { None = 0 , SmtpAddress = 1 , Identity = 2 , Uri = 3 , Fqdn = 4 , EUPI = 5 , OII = 6 , EUII = 7 , CustomerContent = 8 } |
Description of PII data, if any. More... | |
enum class | CombinationPii : uint32_t { None = 0 , SmtpAddress = 1 << 0 , Identity = 1 << 1 , Uri = 1 << 2 , Fqdn = 1 << 3 , EUPI = 1 << 4 , OII = 1 << 5 , EUII = 1 << 6 , CustomerContent = 1 << 7 , All = 0xFFFFFFFF } |
Complete description of PII data types, if any. More... | |
enum class | EventLevel { Basic = 0 , ImportantServiceData = 1 , NecessaryServiceData = 2 } |
Description of event importance. More... | |
enum class | EventPropertyType { Double , Int64 , String } |
Underlying event property data type. More... | |
Functions | |
constexpr enum CombinationPii | operator| (const enum CombinationPii selfValue, const enum CombinationPii inValue) |
constexpr enum CombinationPii | operator& (const enum CombinationPii selfValue, const enum CombinationPii inValue) |
File containing diagnostic-related types.
|
strong |
Complete description of PII data types, if any.
|
strong |
|
strong |
|
strong |
Description of PII data, if any.
|
inlineconstexpr |
|
inlineconstexpr |