Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
File containing diagnostic-related types. More...
Go to the source code of this file.
Enumerations | |
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... | |
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... | |
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.
Definition in file diagnostic_types.h.
|
strong |
Complete description of PII data types, if any.
Definition at line 62 of file diagnostic_types.h.
|
strong |
Description of event importance.
Definition at line 86 of file diagnostic_types.h.
|
strong |
Underlying event property data type.
Enumerator | |
---|---|
Double | double |
Int64 | int64_t |
String | string |
Definition at line 95 of file diagnostic_types.h.
|
strong |
Description of PII data, if any.
Definition at line 47 of file diagnostic_types.h.
|
inlineconstexpr |
Definition at line 79 of file diagnostic_types.h.
|
inlineconstexpr |
Definition at line 75 of file diagnostic_types.h.