PWSD_SOAP_MESSAGE_HANDLER (Compact 2013)
3/26/2014
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 |
See Also
Reference
Web Services on Devices Functions
Web Services on Devices Reference