struct 複合型
1 つ以上のカウンター値を含む構造体を定義します。
<xs:complexType name="struct">
<xs:simpleContent>
<xs:extension
base="xs:string"
>
<xs:attribute name="name"
type="man:CSymbolType"
use="required"
/>
<xs:attribute name="type"
type="man:CSymbolType"
use="required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
属性
名前 | 型 | 説明 |
---|---|---|
name | man:CSymbolType | 構造体の名前。 |
型 | man:CSymbolType | 構造体を識別するシンボリック名。
CTRPP ツールは、使用できるこの名前の構造体変数を作成します。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |