Share via


WSD_HOST_METADATA

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure provides metadata for all services hosted by a device.

Syntax

typedef struct _WSD_HOST_METADATA {
  WSD_SERVICE_METADATA* Host;
  WSD_SERVICE_METADATA_LIST* Hosted;
} WSD_HOST_METADATA;

Members

  • Host
    Reference to a WSD_SERVICE_METADATA structure that describes the parent service or the device.
  • Hosted
    Reference to a WSD_SERVICE_METADATA_LIST structure that represents the singly linked list of services hosted by the parent service.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures