This topic has not yet been rated Rate this topic

EventDataType Complex Type

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

ElementTypeDescription
Binary hexBinary

A binary data blob for events that are written using Event Logging.

ComplexData ComplexDataType

A structure that is defined in the template for the event.

Data DataType

A top-level data item that is defined in the template for the event.

Attributes

NameTypeDescription
Namestring

The name of the template that contains the data items.

Remarks

The EvtRender function renders arrays and structures as binary blobs.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

 

 

Send comments about this topic to Microsoft

Build date: 9/7/2011

Did you find this helpful?
(2000 characters remaining)
Community Content Add
Annotations FAQ