Funzione OpenClusterNode (clusapi.h)
Apre un nodo e restituisce un handle. Il tipo PCLUSAPI_OPEN_CLUSTER_NODE definisce un puntatore a questa funzione.
Sintassi
HNODE OpenClusterNode(
[in] HCLUSTER hCluster,
[in] LPCWSTR lpszNodeName
);
Parametri
[in] hCluster
Gestire in un cluster restituito dalle funzioni OpenCluster o OpenClusterEx .
[in] lpszNodeName
Puntatore al nome NetBIOS di un nodo esistente. Se viene usato il nome DNS del nodo, la funzione OpenClusterNode avrà esito negativo e GetLastError restituirà ERROR_CLUSTER_NODE_NOT_FOUND.
Valore restituito
Se l'operazione ha avuto esito positivo, OpenClusterNode restituisce un handle di nodo.
Codice restituito | Descrizione |
---|---|
|
L'operazione non è riuscita. Per altre informazioni sull'errore, chiamare la funzione GetLastError. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Piattaforma di destinazione | Windows |
Intestazione | clusapi.h |
Libreria | ClusAPI.lib |
DLL | ClusAPI.dll |