Share via


WSD_SYNCHRONOUS_RESPONSE_CONTEXT

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure provides a context for handling the response to a two-way request.

Syntax

typedef struct _WSD_SYNCHRONOUS_RESPONSE_CONTEXT {
  HRESULT hr;
  HANDLE eventHandle;
  IWSDMessageParameters* messageParameters;
  void* results;
} WSD_SYNCHRONOUS_RESPONSE_CONTEXT;

Members

  • hr
    The result code of the last operation performed using this response context.
  • eventHandle
    The event handle to be signaled when the response is ready.
  • messageParameters
    A pointer to an IWSDMessageParameters object that contains transport information associated with the response.
  • results
    The body of the response message.

Requirements

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

See Also

Reference

Web Services on Devices Structures