WSD_BYE 结构 (wsdtypes.h)

表示 Bye 消息。

语法

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

成员

EndpointReference

WSD_ENDPOINT_REFERENCE 结构的引用,该结构指定 Bye 消息的发送或接收终结点。

Any

对指定 XML ANY关键字 (keyword) 允许的内容的WSDXML_ELEMENT结构的引用。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
标头 wsdtypes.h (包括 Wsdapi.h)

另请参阅

Bye 消息