WSD_SYNCHRONOUS_RESPONSE_CONTEXT (Compact 2013)
3/26/2014
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 |