WSD_BYE 結構 (wsdtypes.h)
表示 Bye 訊息。
語法
typedef struct _WSD_BYE {
WSD_ENDPOINT_REFERENCE *EndpointReference;
WSDXML_ELEMENT *Any;
} WSD_BYE;
成員
EndpointReference
指定 Bye 訊息之傳送或接收端點 之WSD_ENDPOINT_REFERENCE 結構的參考。
Any
指定 XML ANY 關鍵詞所允許內容的WSDXML_ELEMENT結構參考。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | wsdtypes.h (包含 Wsdapi.h) |