Skip to content

Latest commit

 

History

History
110 lines (91 loc) · 2.82 KB

nf-clusapi-clusterregclosereadbatchreply.md

File metadata and controls

110 lines (91 loc) · 2.82 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:clusapi.ClusterRegCloseReadBatchReply
ClusterRegCloseReadBatchReply function (clusapi.h)
Closes a read batch result handle and frees the memory associated with it.
ClusterRegCloseReadBatchReply
ClusterRegCloseReadBatchReply function [Failover Cluster]
clusapi/ClusterRegCloseReadBatchReply
mscs.clusterregclosereadbatchreply
mscs\clusterregclosereadbatchreply.htm
MsCS
C8CC4292-A7CC-4613-B5A8-B504E804E00E
12/05/2018
ClusterRegCloseReadBatchReply, ClusterRegCloseReadBatchReply function [Failover Cluster], clusapi/ClusterRegCloseReadBatchReply, mscs.clusterregclosereadbatchreply
clusapi.h
Windows
None supported
Windows Server 2012
ClusAPI.lib
ClusAPI.dll
Windows
19H1
ClusterRegCloseReadBatchReply
clusapi/ClusterRegCloseReadBatchReply
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
Ext-MS-Win-Cluster-ClusAPI-l1-1-0.dll
Ext-MS-Win-Cluster-ClusAPI-l1-1-1.dll
Ext-MS-Win-Cluster-ClusAPI-l1-1-2.dll
ClusterRegCloseReadBatchReply

ClusterRegCloseReadBatchReply function

-description

Closes a read batch result handle and frees the memory associated with it.

-parameters

-param hRegReadBatchReply [in]

A handle to a read batch result that was created by calling the ClusterRegCloseReadBatch function.

-returns

The function returns one of the following system error codes.

Return code/value Description
ERROR_SUCCESS
0
The operation was successful.
ERROR_INVALID_HANDLE
6
hRegReadBatchReply is NULL or not valid.

-remarks

Call the ClusterRegCloseReadBatchReply function to close a read batch result that was created by the ClusterRegCloseReadBatch function.

-see-also

ClusterRegCloseReadBatch

ClusterRegReadBatchReplyNextCommand