structs Complex Type
- مقالة
-
-
Defines a list of structures that contain counter values.
<xs:complexType name="structs">
<xs:choice
minOccurs="1"
maxOccurs="unbounded"
>
<xs:element name="struct"
type="man:struct"
/>
</xs:choice>
</xs:complexType>
Child elements
Element |
Type |
Description |
struct |
man:struct |
The name of a structure that contains counter values.
|
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|