IWSDUdpAddress::SetMessageType (Windows Embedded CE 6.0)

1/6/2010

This method sets the message type for this UDP address configuration. There are two types of messages: one-way messages, which do not require responses, and two-way messages, which do require responses.

Syntax

HRESULT SetMessageType(
  WSDUdpMessageType messageType
);

Parameters

  • messageType
    [in] A WSDUdpMessageType value that specifies the message type used for this address configuration.

Return Value

The following table shows the possible error code return values.

Error code Description

S_OK

This method completed successfully.

Requirements

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

See Also

Reference

IWSDUdpAddress
Web Services on Devices Interfaces