ClusterNetInterfaceCloseEnum function (clusapi.h)

Closes a network interface enumeration handle.

Syntax

DWORD ClusterNetInterfaceCloseEnum(
  [in] HNETINTERFACEENUM hNetInterfaceEnum
);

Parameters

[in] hNetInterfaceEnum

Handle to the node enumerator to close. This is a handle originally returned by the ClusterNetInterfaceOpenEnum function.

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 2016
Target Platform Windows
Header clusapi.h
Library ClusAPI.lib
DLL ClusAPI.dll