ITSdp::get_MachineAddress 方法
[ Rendezvous IP Telephony Conferencing Controls and interface not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. RTC 用戶端 API 提供類似的功能。]
get_MachineAddress方法會取得原始主機的電腦位址。
語法
HRESULT get_MachineAddress(
[out] BSTR *ppMachineAddress
);
參數
-
ppMachineAddress [out]
-
包含會議主機電腦位址的 BSTR 指標。
傳回值
這個方法可以傳回下列其中一個值。
傳回碼 | 描述 |
---|---|
|
方法成功。 |
|
ppMachineAddress 參數不是有效的指標。 |
|
記憶體不足,無法執行作業。 |
|
未指定的錯誤。 |
|
尚未實作這個方法。 |
備註
應用程式必須使用 SysFreeString 來釋放配置給 ppMachineAddress 參數的記憶體。
ppMachineAddress參數可以傳回為 DNS 名稱 (「JohnSmith.workinghard.microsoft.com」) 或 IP 位址 (「10.111.222.111」) 。
規格需求
需求 | 值 |
---|---|
TAPI 版本 |
需要 TAPI 3.0 或更新版本 |
標頭 |
|
程式庫 |
|
DLL |
|