IWSDEndpointProxy::SendOneWayRequest method (wsdclient.h)

Sends a one-way request message.

Syntax

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

Parameters

[in] pBody

The body of the message.

[in] pOperation

Reference to a WSD_OPERATION structure that specifies the operation to perform.

Return value

Possible return values include, but are not limited to, the following:

Return code Description
S_OK
Method completed successfully.
E_POINTER
pOperation is NULL.

Remarks

This method is normally only called by generated proxy code.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdclient.h (include Wsdapi.h)
DLL Wsdapi.dll

See also

IWSDEndpointProxy