TEMPLATE_FLAGS enumeration (tdh.h)
Defines constant values that indicates the layout of the event data.
Syntax
typedef enum _TEMPLATE_FLAGS {
TEMPLATE_EVENT_DATA = 1,
TEMPLATE_USER_DATA = 2,
TEMPLATE_CONTROL_GUID = 4
} TEMPLATE_FLAGS;
Constants
TEMPLATE_EVENT_DATA Value: 1 The layout of the event data is determined by the order of the data items defined in the event data template definition. |
TEMPLATE_USER_DATA Value: 2 The layout of the event data is determined by the XML fragment included in the event data template definition. |
TEMPLATE_CONTROL_GUID Value: 4 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tdh.h |