Share via


WSD_PORT_TYPE

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure supplies data about a port type. This structure is populated by generated code. For information on generated code, see this Microsoft Web site.

Syntax

typedef struct _WSD_PORT_TYPE {
  DWORD EncodedName;
  DWORD OperationCount;
  WSD_OPERATION* Operations;
  WSD_PROTOCOL_TYPE ProtocolType;
} WSD_PORT_TYPE;

Members

  • EncodedName
    The encoded qualified name of the port type.
  • OperationCount
    The number of operations in the array referenced by the Operations member.
  • Operations
    Reference to an array of WSD_OPERATION structures that specifies the operations comprising the port type.
  • ProtocolType
    A WSD_PROTOCOL_TYPE value that specifies the protocol(s) supported by the port type.

Requirements

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

See Also

Reference

Web Services on Devices Structures