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.
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 |