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

WSD_NAME_LIST structure

Represents a node in a single-linked list of XML name structures.

Syntax


typedef struct _WSD_NAME_LIST {
  WSD_NAME_LIST *Next;
  WSDXML_NAME   *Element;
} WSD_NAME_LIST;

Members

Next

Reference to the next node in the linked list of WSD_NAME_LIST structures.

Element

The XML qualified name data referenced by this node.

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.