WSD_BYE structure (wsdtypes.h)

Represents a Bye message.

Syntax

typedef struct _WSD_BYE {
  WSD_ENDPOINT_REFERENCE *EndpointReference;
  WSDXML_ELEMENT         *Any;
} WSD_BYE;

Members

EndpointReference

Reference to a WSD_ENDPOINT_REFERENCE structure that specifies either the sending or receiving endpoint of the Bye message.

Any

Reference to a WSDXML_ELEMENT structure that specifies 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)

See also

Bye Message