WSD_EVENTING_EXPIRES (Windows Embedded CE 6.0)
1/6/2010
This structure 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
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |