EventDataType Complex Type
- Article
-
-
Defines the event data items and structures that contains the event data.
<xs:complexType name="EventDataType">
<xs:sequence>
<xs:choice
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="Data"
type="DataType"
/>
<xs:element name="ComplexData"
type="ComplexDataType"
/>
</xs:choice>
<xs:element name="Binary"
type="hexBinary"
minOccurs="0"
/>
</xs:sequence>
<xs:attribute name="Name"
type="string"
use="optional"
/>
</xs:complexType>
Child elements
Attributes
Name |
Type |
Description |
Name |
string |
The name of the template that contains the data items.
|
The EvtRender function renders arrays and structures as binary blobs.
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|