释放与批处理通知关联的内存。
语法
LONG ClusterRegBatchCloseNotification(
  [in] HREGBATCHNOTIFICATION hBatchNotification
);
参数
[in] hBatchNotification
批处理通知的句柄。
返回值
函数返回以下 系统错误代码之一。
| 返回代码/值 | 说明 | 
|---|---|
  | 
操作成功。 如果命令已正确填充,则返回此错误。 | 
  | 
句柄无效。 如果 hBatchNotification 参数为 NULL,则返回此错误。 | 
注解
PCLUSTER_REG_BATCH_CLOSE_NOTIFICATION类型定义指向此函数的指针。
要求
| 要求 | 值 | 
|---|---|
| 最低受支持的客户端 | 无受支持的版本 | 
| 最低受支持的服务器 | Windows Server 2008 Datacenter、Windows Server 2008 企业版 | 
| 目标平台 | Windows | 
| 标头 | clusapi.h | 
| Library | ClusAPI.lib | 
| DLL | ClusAPI.dll |