Skip to content

Latest commit

 

History

History
107 lines (74 loc) · 3.19 KB

ns-clusapi-cluster_read_batch_command.md

File metadata and controls

107 lines (74 loc) · 3.19 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
NS:clusapi._CLUSTER_READ_BATCH_COMMAND
CLUSTER_READ_BATCH_COMMAND (clusapi.h)
Represents a result for a single command in a read batch.
CLUSREG_READ_ERROR
CLUSREG_READ_VALUE
CLUSTER_READ_BATCH_COMMAND
CLUSTER_READ_BATCH_COMMAND structure [Failover Cluster]
PCLUSTER_READ_BATCH_COMMAND
PCLUSTER_READ_BATCH_COMMAND structure pointer [Failover Cluster]
clusapi/CLUSTER_READ_BATCH_COMMAND
clusapi/PCLUSTER_READ_BATCH_COMMAND
mscs.cluster_read_batch_command
mscs\cluster_read_batch_command.htm
MsCS
BE7D4B99-27C0-4CAA-BFDC-669737E17D86
12/05/2018
CLUSREG_READ_ERROR, CLUSREG_READ_VALUE, CLUSTER_READ_BATCH_COMMAND, CLUSTER_READ_BATCH_COMMAND structure [Failover Cluster], PCLUSTER_READ_BATCH_COMMAND, PCLUSTER_READ_BATCH_COMMAND structure pointer [Failover Cluster], clusapi/CLUSTER_READ_BATCH_COMMAND, clusapi/PCLUSTER_READ_BATCH_COMMAND, mscs.cluster_read_batch_command
clusapi.h
Windows
None supported
Windows Server 2012
Windows
CLUSTER_READ_BATCH_COMMAND
19H1
_CLUSTER_READ_BATCH_COMMAND
clusapi/_CLUSTER_READ_BATCH_COMMAND
CLUSTER_READ_BATCH_COMMAND
clusapi/CLUSTER_READ_BATCH_COMMAND
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
CLUSTER_READ_BATCH_COMMAND

CLUSTER_READ_BATCH_COMMAND structure

-description

Represents a result for a single command in a read batch.

-struct-fields

-field Command

The command result status, which can be one of these values.

CLUSREG_READ_VALUE (8)

The result structure has content for the requested value. The dwOptions member is set to the registry value type.

CLUSREG_READ_ERROR (9)

The value was missing, or another error occurred during read. The dwOptions member contains the actual error type.

-field dwOptions

The registry value type or the read error type, depending on the Command result.

-field wzSubkeyName

The name of the key requested in the read command.

-field wzValueName

The name of the value requested in the read command.

-field lpData

A pointer to value data.

-field cbData

The count, in bytes, of the lpData value data.

-remarks

The pointers in the CLUSTER_READ_BATCH_COMMAND structure are valid until the read batch result handle is closed by the ClusterRegCloseReadBatchReply function.

Errors from read commands are independent from each other.

-see-also

ClusterRegCloseReadBatchReply

ClusterRegReadBatchReplyNextCommand