Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
EcVarTypeNullValue: 0 Null content that implies that the element that contains the content does not exist. |
EcVarTypeBooleanA Boolean value. |
EcVarTypeUInt32An unsigned 32-bit value. |
EcVarTypeDateTimeA ULONGLONG value. |
EcVarTypeStringA string value. |
EcVarObjectArrayPropertyHandleAn EC_OBJECT_ARRAY_PROPERTY_HANDLE value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | evcoll.h |