CloseClusterNotifyPort

The CloseClusterNotifyPort function closes a notification port established through CreateClusterNotifyPort by invalidating its handle.

BOOL WINAPI CloseClusterNotifyPort(
  HCHANGE hChange  
);
 

Parameters

hChange
[in] Handle to the notification port to close.

Return Values

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

QuickInfo

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