Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
A structure that is used to specify a set of WS_XML_READER_PROPERTYs.
Syntax
typedef struct _WS_XML_READER_PROPERTIES {
WS_XML_READER_PROPERTY *properties;
ULONG propertyCount;
} WS_XML_READER_PROPERTIES;
Members
properties
An array of properties. The number of elements in the array is specified using the propertyCount parameter. This field may be NULL if the propertyCount is 0.
propertyCount
The number of elements in the properties array.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |