Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.49 KB

nf-clusapi-clusternetworkcloseenum.md

File metadata and controls

74 lines (59 loc) · 2.49 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:clusapi.ClusterNetworkCloseEnum
ClusterNetworkCloseEnum function (clusapi.h)
Closes a network enumeration handle.
ClusterNetworkCloseEnum
ClusterNetworkCloseEnum function [Failover Cluster]
PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM
PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM function [Failover Cluster]
_wolf_clusternetworkcloseenum
clusapi/ClusterNetworkCloseEnum
clusapi/PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM
mscs.clusternetworkcloseenum
mscs\clusternetworkcloseenum.htm
MsCS
725164c5-dc6d-42f4-a703-06336711e72e
12/05/2018
ClusterNetworkCloseEnum, ClusterNetworkCloseEnum function [Failover Cluster], PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM, PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM function [Failover Cluster], _wolf_clusternetworkcloseenum, clusapi/ClusterNetworkCloseEnum, clusapi/PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM, mscs.clusternetworkcloseenum
clusapi.h
Windows
None supported
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
ClusAPI.lib
ClusAPI.dll
Windows
19H1
ClusterNetworkCloseEnum
clusapi/ClusterNetworkCloseEnum
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
ClusterNetworkCloseEnum

ClusterNetworkCloseEnum function

-description

Closes a network enumeration handle. The PCLUSAPI_CLUSTER_NETWORK_CLOSE_ENUM type defines a pointer to this function.

-parameters

-param hNetworkEnum [in]

Handle to the network enumerator to close. This is a handle originally returned by the ClusterNetworkOpenEnum function.

-returns

If the operation succeeds, the function returns ERROR_SUCCESS.

If the operation fails, the function returns a system error code.

-see-also

ClusterNetworkEnum

ClusterNetworkOpenEnum