Expand Minimize
This topic has not yet been rated - Rate this topic

WSD_HOST_METADATA 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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

WsdTypes.h (include Wsdapi.h)

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.