IWSDEndpointProxy::SendOneWayRequest (Compact 2013)
3/26/2014
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 |