OpenClusterNode

The OpenClusterNode function opens a node and returns a handle to it.

HNODE WINAPI OpenClusterNode(
  HCLUSTER hCluster,    
  LPCWSTR lpszNodeName  
);
 

Parameters

hCluster
[in] Handle to a cluster returned from the OpenCluster function.
lpszNodeName
[in] Pointer to the name of an existing node.

Return Values

NULL
The operation was unsuccessful. For more detailed information about the error, call the Win32 function GetLastError.

If the operation was successful, OpenClusterNode returns a node handle.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.