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 企業版 |
目標平台 | Windows |
標頭 | clusapi.h |
程式庫 | ClusAPI.lib |
Dll | ClusAPI.dll |