Share via


WSD_EVENT

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure 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;
  IUnknown* 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.
  • Operation
    Reference to a WSD_OPERATION structure that specifies the operation performed.
  • MessageParameters
    Message transmission parameters.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures