共用方式為


ClusterRegGetBatchNotification 函式 (clusapi.h)

擷取批次通知。 擷取批次通知之後,它會透過 ClusterRegBatchReadCommand 函式來解譯。 處理批次通知之後,必須透過 ClusterRegBatchCloseNotification 函式加以關閉。

語法

LONG ClusterRegGetBatchNotification(
  [in]  HREGBATCHPORT         hBatchNotify,
  [out] HREGBATCHNOTIFICATION *phBatchNotification
);

參數

[in] hBatchNotify

透過 ClusterRegCreateBatchNotifyPort 函式開啟之批次通知埠的句柄。

[out] phBatchNotification

批次通知的句柄,代表自上次呼叫 ClusterRegGetBatchNotification 或開啟批次通知埠之後發生之所有感興趣的叢集登錄機碼變更。

傳回值

函式會傳回下列其中一個 系統錯誤碼

傳回碼/值 Description
ERROR_SUCCESS
0
作業成功。
ERROR_INVALID_DATA
13 (0xD)
資料無效。
ERROR_OUTOFMEMORY
14 (0xE)
儲存體不足,無法完成此作業。
ERROR_GEN_FAILURE
31 (0x1F)
連接至系統的裝置無法運作。

備註

PCLUSTER_REG_GET_BATCH_NOTIFICATION類型會定義此函式的指標。

只有 Batch 函式群組中的函式,例如 ClusterRegBatchAddCommand,才會產生登錄變更通知。 不使用其中一個批次函式命令的登錄變更將不會產生批次通知。

規格需求

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

另請參閱

叢集登錄存取函式

ClusterRegBatchCloseNotification

ClusterRegBatchReadCommand

ClusterRegCreateBatchNotifyPort