PWSD_SOAP_MESSAGE_HANDLER (Windows Embedded CE 6.0)

1/6/2010

This function references a SOAP message handler for incoming messages. This is an internal function pointer, and it should not be used by client applications and device hosts (and associated services).

Syntax

typedef HRESULT ( *PWSD_SOAP_MESSAGE_HANDLER )(
  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

The following table shows the possible error code return values.

Error Code Description

S_OK

The function succeeded.

Requirements

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

See Also

Reference

Web Services on Devices Functions
Web Services on Devices Reference