Share via


WSD_STUB_FUNCTION

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function describes a stub function used to handle an incoming message. This function should only be implemented in and used by generated code. For information on generated code, see this Microsoft Web site.

Syntax

typedef HRESULT ( *WSD_STUB_FUNCTION )(
  IUnknown* server,
  IWSDServiceMessaging* session,
  WSD_EVENT* event
);

Parameters

  • Event
    Pointer to a WSD_EVENT structure that contains the data for the current request.

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