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.
Identifies the type of event produced by the session layer.
Syntax
typedef enum _WSDEventType {
WSDET_NONE = 0,
WSDET_INCOMING_MESSAGE = 1,
WSDET_INCOMING_FAULT = 2,
WSDET_TRANSMISSION_FAILURE = 3,
WSDET_RESPONSE_TIMEOUT = 4
} WSDEventType;
Constants
WSDET_NONEValue: 0 No events were detected. |
WSDET_INCOMING_MESSAGEValue: 1 An incoming message was detected. |
WSDET_INCOMING_FAULTValue: 2 An incoming message fault was detected. |
WSDET_TRANSMISSION_FAILUREValue: 3 A message transmission failure was detected. |
WSDET_RESPONSE_TIMEOUTValue: 4 A message response timeout was detected. |
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) |