ClusterRegCloseBatchNotifyPort 関数 (clusapi.h)
ClusterRegCreateBatchNotifyPort 関数によって作成されたバッチ通知ポートへのサブスクリプションを閉じます。
構文
LONG ClusterRegCloseBatchNotifyPort(
[in] HREGBATCHPORT hBatchNotifyPort
);
パラメーター
[in] hBatchNotifyPort
ClusterRegCreateBatchNotifyPort 関数を使用して先ほど作成したバッチ通知ポートへのハンドル。
戻り値
関数は、次のいずれかの システム エラー コードを返します。
リターン コード/値 | Description |
---|---|
|
操作に成功しました。 |
|
ハンドルが無効です。 |
注釈
PCLUSTER_REG_CLOSE_BATCH_NOTIFY_PORT型は、この関数へのポインターを定義します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | サポートなし |
サポートされている最小のサーバー | Windows Server 2008 Datacenter、Windows Server 2008 Enterprise |
対象プラットフォーム | Windows |
ヘッダー | clusapi.h |
Library | ClusAPI.lib |
[DLL] | ClusAPI.dll |