共用方式為


(mdhcp.h) 的 IMcastScope::get_ServerID 方法

[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_ServerID方法會取得與此範圍相關聯的伺服器識別碼。 需要範圍識別碼和伺服器識別碼,才能在後續呼叫 IMcastAddressAllocation::RequestAddressIMcastAddressAllocation::RenewAddressIMcastAddressAllocation::ReleaseAddress時選取此範圍。

語法

HRESULT get_ServerID(
  [out] long *pID
);

參數

[out] pID

LONG的指標,將接收此範圍的伺服器識別碼,這是指派給設定伺服器時發佈此範圍的多播位址佈建服務器的識別碼。

傳回值

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

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

需求

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

另請參閱

IMcastScope

IMcastScope::get_ScopeID