RESPONSEBODY_Subscribe structure (wsdtypes.h)
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
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) |