Share via


WSD_EVENT (Compact 2013)

3/26/2014

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

See Also

Reference

Web Services on Devices Structures