EC_VARIANT_TYPE enumeration (evcoll.h)
The EC_VARIANT_TYPE enumeration defines the values that specify the data types that are used in the Windows Event Collector functions.
Syntax
typedef enum _EC_VARIANT_TYPE {
EcVarTypeNull = 0,
EcVarTypeBoolean,
EcVarTypeUInt32,
EcVarTypeDateTime,
EcVarTypeString,
EcVarObjectArrayPropertyHandle
} EC_VARIANT_TYPE;
Constants
EcVarTypeNull Value: 0 Null content that implies that the element that contains the content does not exist. |
EcVarTypeBoolean A Boolean value. |
EcVarTypeUInt32 An unsigned 32-bit value. |
EcVarTypeDateTime A ULONGLONG value. |
EcVarTypeString A string value. |
EcVarObjectArrayPropertyHandle An EC_OBJECT_ARRAY_PROPERTY_HANDLE value. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | evcoll.h |