共用方式為


(mdhcp.h) 的 IMcastLeaseInfo::get_AddressCount 方法

[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_AddressCount 方法會取得在此租用中要求或授與的位址數目。

語法

HRESULT get_AddressCount(
  [out] long *pCount
);

參數

[out] pCount

LONG 的指標,將接收在此租用中要求或授與的位址數目。

傳回值

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

傳回碼 描述
S_OK
方法成功。
E_POINTER
傳入無效指標自變數的呼叫端。

備註

此函式可能會以未加密的形式透過網路傳送數據;因此,網路上有人竊聽可能會讀取數據。 使用此方法之前,應該先考慮以純文本傳送數據的安全性風險。

規格需求

需求
目標平台 Windows
標頭 mdhcp.h
程式庫 Uuid.lib
Dll Mdhcp.dll

另請參閱

IMcastLeaseInfo