WS_METADATA_ENDPOINTS structure (webservices.h)
Information about all endpoints that were read from metadata documents.
Syntax
typedef struct _WS_METADATA_ENDPOINTS {
WS_METADATA_ENDPOINT *endpoints;
ULONG endpointCount;
} WS_METADATA_ENDPOINTS;
Members
endpoints
An array of endpoints.
endpointCount
The number of elements in the endpoints array.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Header | webservices.h |