Skip to content

Latest commit

 

History

History
139 lines (105 loc) · 3.58 KB

nf-clusapi-clusterregclosereadbatchex.md

File metadata and controls

139 lines (105 loc) · 3.58 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.ClusterRegCloseReadBatchEx
ClusterRegCloseReadBatchEx function (clusapi.h)
Executes a read batch and returns results from the read batch executions. (ClusterRegCloseReadBatchEx)
ClusterRegCloseReadBatchEx
ClusterRegCloseReadBatchEx function [Failover Cluster]
IsolatedRead
None
PCLUSTER_REG_CLOSE_READ_BATCH_EX
PCLUSTER_REG_CLOSE_READ_BATCH_EX function [Failover Cluster]
clusapi/ClusterRegCloseReadBatchEx
clusapi/PCLUSTER_REG_CLOSE_READ_BATCH_EX
mscs.clusterregclosereadbatchex
mscs\clusterregclosereadbatchex.htm
MsCS
45509B96-F67D-4754-B073-0B881D681011
12/05/2018
ClusterRegCloseReadBatchEx, ClusterRegCloseReadBatchEx function [Failover Cluster], IsolatedRead, None, PCLUSTER_REG_CLOSE_READ_BATCH_EX, PCLUSTER_REG_CLOSE_READ_BATCH_EX function [Failover Cluster], clusapi/ClusterRegCloseReadBatchEx, clusapi/PCLUSTER_REG_CLOSE_READ_BATCH_EX, mscs.clusterregclosereadbatchex
clusapi.h
Windows
None supported
Windows Server 2016
ClusAPI.lib
ClusAPI.dll
Windows
19H1
ClusterRegCloseReadBatchEx
clusapi/ClusterRegCloseReadBatchEx
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
ClusterRegCloseReadBatchEx

ClusterRegCloseReadBatchEx function

-description

Executes a read batch and returns results from the read batch executions.

-parameters

-param hRegReadBatch [in]

The handle of the read batch. After the ClusterRegCloseReadBatch function completes, this handle is no longer valid, and memory associated with it is freed.

-param flags

The flags for the operation.

None (0)

IsolatedRead (2)

-param phRegReadBatchReply [out]

A pointer to the handle of the created read batch result. You must close this handle later by calling the ClusterRegCloseReadBatchReply function.

-returns

The function returns one of the following system error codes.

Return code/value Description
ERROR_SUCCESS
0
The operation was successful.
ERROR_OUTOFMEMORY
14
Not enough storage is available to complete this operation.
ERROR_INVALID_HANDLE
6
hRegReadBatch is NULL or not valid.

-see-also

Cluster Registry Access Functions

ClusterRegCloseReadBatch

ClusterRegCreateReadBatch

ClusterRegReadBatchAddCommand