WSDEventType enumeration (wsdtypes.h)
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_NONE Value: 0 No events were detected. |
WSDET_INCOMING_MESSAGE Value: 1 An incoming message was detected. |
WSDET_INCOMING_FAULT Value: 2 An incoming message fault was detected. |
WSDET_TRANSMISSION_FAILURE Value: 3 A message transmission failure was detected. |
WSDET_RESPONSE_TIMEOUT Value: 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) |