Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a structure that contains one or more counter values.
<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>
Attributes
Name | Type | Description |
---|---|---|
name | man:CSymbolType | The name of the structure. |
type | man:CSymbolType | A symbolic name that identifies the structure. The CTRPP tool creates a struct variable with this name that you can use. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |