CloseClusterNetInterface

The CloseClusterNetInterface function closes a network interface handle.

BOOL WINAPI CloseClusterNetInterface(
  HNETINTERFACE hNetInterface   
);
 

Parameters

hNetInterface
[in] Handle of the network interface to close.

Return Values

TRUE
The operation was successful.
FALSE
The operation was unsuccessful; call the Win32 function GetLastError to obtain more detailed information.

Remarks

The network interface handle specified in hNetInterface should be a handle obtained from a call to OpenClusterNetInterface.

QuickInfo

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