WSD_EVENTING_EXPIRES structure (wsdtypes.h)
Represents the expiration time of a WS-Eventing message.
Syntax
typedef struct _WSD_EVENTING_EXPIRES {
WSD_DURATION *Duration;
WSD_DATETIME *DateTime;
} WSD_EVENTING_EXPIRES;
Members
Duration
Reference to a WSD_DURATION structure that specifies the length of time a request or response is valid.
DateTime
Reference to a WSD_DATETIME structure that specifies the time that the request or response expires.
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) |