Share via


WSD_LOCALIZED_STRING_LIST

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure represents a node in a single-linked list of localized strings.

Syntax

typedef struct _WSD_LOCALIZED_STRING_LIST {
  WSD_LOCALIZED_STRING_LIST* Next;
  WSD_LOCALIZED_STRING* Element;
} WSD_LOCALIZED_STRING_LIST;

Members

  • Element
    The localized string referenced by this node.

Requirements

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

See Also

Reference

Web Services on Devices Structures