Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides metadata about the relationship between two or more services.
Syntax
typedef struct _WSD_RELATIONSHIP_METADATA {
const WCHAR *Type;
WSD_HOST_METADATA *Data;
WSDXML_ELEMENT *Any;
} WSD_RELATIONSHIP_METADATA;
Members
Type
A WS-Discovery Type.
Data
Reference to a WSD_HOST_METADATA structure that contains metadata for all services hosted by a device.
Any
Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wsdtypes.h (include Wsdapi.h) |