PWSD_SOAP_MESSAGE_HANDLER callback function (wsdtypes.h)

References a SOAP message handler for incoming messages. This is an internal function pointer, and it should not be used by WSDAPI clients or services.

Syntax

PWSD_SOAP_MESSAGE_HANDLER PwsdSoapMessageHandler;

HRESULT PwsdSoapMessageHandler(
  IUnknown *thisUnknown,
  WSD_EVENT *event
)
{...}

Parameters

thisUnknown

Pointer to the object calling this function.

event

A WSD_EVENT structure containing the message to be handled.

Return value

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

Return code Description
S_OK
The method succeeded.

Requirements

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