共用方式為


ClusterRegCreateBatchNotifyPort 函式 (clusapi.h)

建立批次通知埠的訂用帳戶。 不再需要批次通知埠之後,必須將其關閉。 這是透過 ClusterRegCloseBatchNotifyPort 函式來完成。

語法

LONG ClusterRegCreateBatchNotifyPort(
  [in]  HKEY          hKey,
  [out] HREGBATCHPORT *phBatchNotifyPort
);

參數

[in] hKey

叢集登錄機碼。 在此金鑰或金鑰下方執行的任何更新都會張貼到通知埠。

[out] phBatchNotifyPort

批次通知埠的句柄,允許後續透過 ClusterRegGetBatchNotification 函式讀取批次通知。

傳回值

如果作業成功,函式會 傳回 ERROR_SUCCESS (0) 。

如果作業失敗,函式會傳回 系統錯誤碼

備註

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

規格需求

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

另請參閱

叢集登錄存取函式

ClusterRegCloseBatchNotifyPort

ClusterRegGetBatchNotification