IWSDiscoveredService::GetRemoteTransportAddress 方法 (wsddisco.h)
擷取遠端傳輸 (IP) 位址的字串表示。
語法
HRESULT GetRemoteTransportAddress(
[out] LPCWSTR *ppszRemoteTransportAddress
);
參數
[out] ppszRemoteTransportAddress
遠端傳輸 (IP) 位址的字串表示。 如果無法使用 ,則為 NULL 。 請勿解除分配輸出字串。
傳回值
這個方法可以傳回其中一個值。
可能的傳回值包括,但不限於下列各項。
傳回碼 | 描述 |
---|---|
|
方法已順利完成。 |
|
ppszRemoteTransportAddress 為 NULL。 |
備註
產生的指標值僅適用於 IWSDiscoveredService 物件的存留期。
這個方法傳回的字串可能包含 IPv4 或 Unbracketed IPv6 位址,例如 「fe80::1」。 它也可能包含括號的 IPv6 位址,其中包含埠,例如 “[fe80::1]:1234”。 呼叫端應該仔細剖析字串,以考慮這兩種可能性。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | wsddisco.h (包含 Wsdapi.h) |
Dll | Wsdapi.dll |