Share via


RESPONSEBODY_Subscribe

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure represents a WS-Eventing Subscribe response message.

Syntax

typedef struct {
  WSD_ENDPOINT_REFERENCE* SubscriptionManager;
  WSD_EVENTING_EXPIRES* Expires;
  WSDXML_ELEMENT* Any;
} RESPONSEBODY_Subscribe;

Members

  • SubscriptionManager
    Reference to a WSD_ENDPOINT_REFERENCE structure that represents the endpoint reference of the subscription manager.
  • Expires
    Reference to a WSD_EVENTING_EXPIRES structure that specifies when the subscription expires.
  • Any
    Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.

Requirements

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

See Also

Reference

Web Services on Devices Structures