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
Library ClusAPI.lib
DLL ClusAPI.dll

另请参阅

CreateClusterNotifyPort

GetClusterNotify

RegisterClusterNotify