ClusterRegBatchCloseNotification 関数 (clusapi.h)
バッチ通知に関連付けられているメモリを解放します。
構文
LONG ClusterRegBatchCloseNotification(
[in] HREGBATCHNOTIFICATION hBatchNotification
);
パラメーター
[in] hBatchNotification
バッチ通知のハンドル。
戻り値
関数は、次のいずれかの システム エラー コードを返します。
リターン コード/値 | Description |
---|---|
|
操作に成功しました。 このエラーは、コマンドが正しく入力されている場合に を返します。 |
|
ハンドルが無効です。 hBatchNotification パラメーターが NULL の場合、このエラーが返されます。 |
注釈
PCLUSTER_REG_BATCH_CLOSE_NOTIFICATION型は、この関数へのポインターを定義します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | サポートなし |
サポートされている最小のサーバー | Windows Server 2008 Datacenter、Windows Server 2008 Enterprise |
対象プラットフォーム | Windows |
ヘッダー | clusapi.h |
Library | ClusAPI.lib |
[DLL] | ClusAPI.dll |