This topic has not yet been rated - Rate this topic

WSD_SYNCHRONOUS_RESPONSE_CONTEXT structure

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

WsdTypes.h (include Wsdapi.h)

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ