共用方式為


CloseClusterNotifyPort 函式 (clusapi.h)

關閉透過 CreateClusterNotifyPort 建立的通知埠。 PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT類型會定義此函式的指標。

語法

BOOL CloseClusterNotifyPort(
  [in] HCHANGE hChange
);

參數

[in] hChange

要關閉之通知埠的句柄。

傳回值

此函式一律會傳回 TRUE

規格需求

需求
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2008 Enterprise、Windows Server 2008 Datacenter
目標平台 Windows
標頭 clusapi.h
程式庫 ClusAPI.lib
Dll ClusAPI.dll

另請參閱

CreateClusterNotifyPort

GetClusterNotify

RegisterClusterNotify