Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_DATAValue: 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_DATAValue: 2 The layout of the event data is determined by the XML fragment included in the event data template definition. |
TEMPLATE_CONTROL_GUIDValue: 4 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | tdh.h |