Share via


WSD_EVENTING_EXPIRES

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

Web Services on Devices Structures