Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Closes a handle to an enumeration that was opened by the ClusterOpenEnumEx function.
Syntax
DWORD ClusterCloseEnumEx(
[in] HCLUSENUMEX hClusterEnum
);
Parameters
[in] hClusterEnum
The handle to the cluster enumeration to close. This is a handle that originally was returned by ClusterOpenEnumEx.
Return value
If the operation succeeds, the function returns ERROR_SUCCESS.
If the operation fails, the function returns a system error code.
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 |