CloseClusterNotifyPort function (clusapi.h)

Closes a notification port established through CreateClusterNotifyPort. The PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT type defines a pointer to this function.

Syntax

BOOL CloseClusterNotifyPort(
  [in] HCHANGE hChange
);

Parameters

[in] hChange

Handle to the notification port to close.

Return value

This function always returns TRUE.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Target Platform Windows
Header clusapi.h
Library ClusAPI.lib
DLL ClusAPI.dll

See also

CreateClusterNotifyPort

GetClusterNotify

RegisterClusterNotify