REQUESTBODY_Renew structure (wsdtypes.h)

Represents a WS-Eventing Renew request message.

Syntax

typedef struct {
  WSD_EVENTING_EXPIRES *Expires;
  WSDXML_ELEMENT       *Any;
} REQUESTBODY_Renew;

Members

Expires

Reference to a WSD_EVENTING_EXPIRES structure that specifies when the renewed subscription will expire.

Any

Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.

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)