WS_ANY_ATTRIBUTES structure (webservices.h)
This type is used to store a set of attributes that have not been directly mapped to field of a structure.
Syntax
typedef struct _WS_ANY_ATTRIBUTES {
WS_ANY_ATTRIBUTE *attributes;
ULONG attributeCount;
} WS_ANY_ATTRIBUTES;
Members
attributes
An array of attributes. This field may be NULL if attributeCount is zero.
attributeCount
The number of attributes in the array.
Remarks
This structure is typically used to preserve unknown attributes when deserializing a structure. See WS_ANY_ATTRIBUTES_FIELD_MAPPING and WS_ANY_ATTRIBUTES_TYPE for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |