共用方式為


ITILSConfig::get_Port 方法 (rend.h)

[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_Port 方法會取得用來連接到指定 ILS 目錄伺服器的埠號碼。

語法

HRESULT get_Port(
  [out] long *pPort
);

參數

[out] pPort

接收連接中使用的埠號碼的指標。

傳回值

這個方法可以傳回下列其中一個值。

傳回碼 描述
S_OK
方法成功。
E_POINTER
無效的指標。

規格需求

需求
目標平台 Windows
標頭 rend.h
Dll Rend.dll

另請參閱

ITILSConfig

ITILSConfig::p ut_Port