共用方式為


getClusterFromNetInterface 函式 (clusapi.h)

傳回與網路介面相關聯之叢集的句柄。 PCLUSAPI_GET_CLUSTER_FROM_NET_INTERFACE類型會定義此函式的指標。

語法

HCLUSTER GetClusterFromNetInterface(
  [in] HNETINTERFACE hNetInterface
);

參數

[in] hNetInterface

網路介面的句柄。

傳回值

如果作業成功,函式會傳回擁有網路介面之叢集的句柄。

如果作業失敗,函式會傳回 NULL。 如需錯誤的詳細資訊,請呼叫 GetLastError

備註

若要讓 hNetInterface 成為有效的句柄,必須有開啟的叢集句柄, (請參閱 OpenClusterNetInterface) 。 GetClusterFromNetInterface 會傳回另一個 從中取得 hNetInterface 的句柄實例。

在句柄超出範圍之前,請務必在從 GetClusterFromNetInterface 傳回的句柄上呼叫 CloseCluster。 關閉此句柄並不會使 hNetInterface 或從中取得 hNetInterface 的叢集句柄失效。

規格需求

需求
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2008 Enterprise、Windows Server 2008 Datacenter
目標平台 Windows
標頭 clusapi.h
程式庫 ClusAPI.lib
Dll ClusAPI.dll

另請參閱

CloseCluster

CloseClusterNetInterface

GetClusterFromGroup

GetClusterFromNetwork

GetClusterFromNode

GetClusterFromResource

OpenCluster

OpenClusterNetInterface