Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Provides an internal representation of a SOAP message.
Syntax
typedef struct _WSD_EVENT {
HRESULT Hr;
DWORD EventType;
WCHAR *DispatchTag;
WSD_HANDLER_CONTEXT HandlerContext;
WSD_SOAP_MESSAGE *Soap;
WSD_OPERATION *Operation;
struct IWSDMessageParameters *MessageParameters;
} WSD_EVENT;
Members
Hr
The result code of the event.
EventType
The event type.
DispatchTag
Pointer to the protocol string when dispatch by tags is required.
HandlerContext
Reference to a WSD_HANDLER_CONTEXT structure that specifies the handler context.
Soap
Reference to a WSD_SOAP_MESSAGE structure that describes the event.
Operation
Reference to a WSD_OPERATION structure that specifies the operation performed.
MessageParameters
Message transmission parameters.
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) |