Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides a context for handling the response to a two-way request.
Syntax
typedef struct _WSD_SYNCHRONOUS_RESPONSE_CONTEXT {
HRESULT hr;
HANDLE eventHandle;
struct 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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wsdtypes.h (include Wsdapi.h) |