CloseClusterNetwork

The CloseClusterNetwork function closes a connection to a network by invalidating its handle.

BOOL WINAPI CloseClusterNetwork(
  HNETWORK hNetwork   
);
 

Parameters

hNetwork
[in] Handle to the network to close.

Return Values

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

QuickInfo

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