ClusterOpenEnumEx 函式 (clusapi.h)
開啟叢集的句柄,以逐一查看其物件。
語法
HCLUSENUMEX ClusterOpenEnumEx(
[in] HCLUSTER hCluster,
[in] DWORD dwType,
[in, optional] [in, optional] PVOID pOptions
);
參數
[in] hCluster
叢集的句柄。
[in] dwType
位掩碼,描述要列舉的物件類型。 這必須是一或多個 CLUSTER_ENUM 列舉值。
[in, optional] [in, optional] pOptions
選項。
傳回值
如果作業成功,則傳回叢集列舉值的句柄。
如果作業失敗,函式會傳回 NULL。 如需錯誤的詳細資訊,請呼叫 函式 GetLastError。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 R2 Datacenter、Windows Server 2008 R2 Enterprise |
目標平台 | Windows |
標頭 | clusapi.h |
程式庫 | ClusAPI.lib |
Dll | ClusAPI.dll |