共用方式為


ClusterRegCloseBatchNotifyPort 函式 (clusapi.h)

關閉 ClusterRegCreateBatchNotifyPort 函式所建立之批次通知埠的訂用帳戶。

語法

LONG ClusterRegCloseBatchNotifyPort(
  [in] HREGBATCHPORT hBatchNotifyPort
);

參數

[in] hBatchNotifyPort

透過 ClusterRegCreateBatchNotifyPort 函式建立的批次通知埠句柄。

傳回值

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

傳回碼/值 Description
ERROR_SUCCESS
0
作業成功。
ERROR_INVALID_HANDLE
6
句柄無效。

備註

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

規格需求

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

另請參閱

叢集登錄存取函式

ClusterRegCreateBatchNotifyPort