ClusterRegCloseReadBatchReply 函数 (clusapi.h)
关闭读取批处理结果句柄并释放与其关联的内存。
语法
LONG ClusterRegCloseReadBatchReply(
[in] HREGREADBATCHREPLY hRegReadBatchReply
);
参数
[in] hRegReadBatchReply
通过调用 ClusterRegCloseReadBatch 函数创建的读取批处理结果的句柄。
返回值
函数返回以下 系统错误代码之一。
返回代码/值 | 说明 |
---|---|
|
操作成功。 |
|
hRegReadBatchReply 为 NULL 或无效。 |
注解
调用 ClusterRegCloseReadBatchReply 函数以关闭 由 ClusterRegCloseReadBatch 函数创建的读取批处理结果。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 无受支持的版本 |
最低受支持的服务器 | Windows Server 2012 |
目标平台 | Windows |
标头 | clusapi.h |
Library | ClusAPI.lib |
DLL | ClusAPI.dll |