Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |