Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Type for unknown endpoint identity. This type is only used to represent an endpoint identity type that was deserialized but was not understood.
Syntax
typedef struct _WS_UNKNOWN_ENDPOINT_IDENTITY {
WS_ENDPOINT_IDENTITY identity;
WS_XML_BUFFER *element;
} WS_UNKNOWN_ENDPOINT_IDENTITY;
Members
identity
The base type from which this type and all other endpoint identity types derive.
element
An XML buffer containing a single XML Element which corresponds to the identity element that was not understood. This field may not be NULL.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |