WSD_SYNCHRONOUS_RESPONSE_CONTEXT (Windows Embedded CE 6.0)
1/6/2010
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 |