ClusterNodeOpenEnumEx function (clusapi.h)
Opens an enumerator that can iterate through the network interfaces or groups that are installed on a node.
Syntax
HNODEENUMEX ClusterNodeOpenEnumEx(
[in] HNODE hNode,
[in] DWORD dwType,
[in, optional] [in, optional] PVOID pOptions
);
Parameters
[in] hNode
A handle to the node.
[in] dwType
A bitmask that describes the type of objects to enumerate. This parameter is retrieved from a CLUSTER_NODE_ENUM enumeration value.
[in, optional] [in, optional] pOptions
Options.
Return value
If the operation succeeds, the ClusterNodeOpenEnumEx function returns a handle to a node enumerator.
If the operation fails, the function returns NULL. For more information about the error, call the GetLastError function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise |
Target Platform | Windows |
Header | clusapi.h |
Library | ClusAPI.lib |
DLL | ClusAPI.dll |