Share via


IWSDEndpointProxy::SendOneWayRequest (Windows Embedded CE 6.0)

1/6/2010

This method sends a one-way request message.

Syntax

HRESULT SendOneWayRequest(
  const void* pBody,
  const WSD_OPERATION* pOperation
);

Parameters

  • pBody
    [in] The body of the message.
  • pOperation
    [in] Reference to a WSD_OPERATION structure that specifies the operation to perform.

Return Value

The following table shows the possible error code return values.

Error code Description

S_OK

This method completed successfully.

E_POINTER

pOperation is NULL.

Remarks

This method is normally only called by generated proxy code.

Requirements

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

See Also

Reference

IWSDEndpointProxy
Web Services on Devices Interfaces