MAP_VALUETYPE enumeration (tdh.h)
Defines if the value map value is in a ULONG data type or a string.
Syntax
typedef enum _MAP_VALUETYPE {
EVENTMAP_ENTRY_VALUETYPE_ULONG,
EVENTMAP_ENTRY_VALUETYPE_STRING
} MAP_VALUETYPE;
Constants
EVENTMAP_ENTRY_VALUETYPE_ULONG Use the Value member of EVENT_MAP_ENTRY to access the map value. |
EVENTMAP_ENTRY_VALUETYPE_STRING Use the InputOffset member of EVENT_MAP_ENTRY to access the map value. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tdh.h |