binary (TemplateItemType) Element

Contains the binary data that is supplied by the Event Log API.

<xs:element name="binary">
    <xs:complexType>
        <xs:attribute name="name"
            type="string"
            use="optional"
         />
    </xs:complexType>
</xs:element>

The binary element is defined by the TemplateItemType complex type.

Attributes

Name Type Description
name string The name associated with the binary data.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Parent element

template (TemplateListType)