次の方法で共有


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