CloseClusterResource

The CloseClusterResource function closes a resource by invalidating its handle, a handle returned from either OpenClusterResource or CreateClusterResource.

BOOL WINAPI CloseClusterResource(
  HRESOURCE hResource  
);
 

Parameters

hResource
[in] Handle to the resource to be closed.

Return Values

TRUE
The operation was successful.
FALSE
The operation was unsuccessful. For detailed information about the error, call the Win32 function GetLastError.

QuickInfo

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