EventDataType 複合型
- [アーティクル]
-
-
イベント データを含むイベント データ項目と構造体を定義します。
<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>
子要素
属性
名前 |
型 |
説明 |
名前 |
string |
データ項目を含むテンプレートの名前。
|
EvtRender 関数は、配列と構造体をバイナリ BLOB としてレンダリングします。
要件
要件 |
値 |
サポートされている最小のクライアント
|
Windows Vista [デスクトップ アプリのみ]
|
サポートされている最小のサーバー
|
Windows Server 2008 [デスクトップ アプリのみ]
|