ClusterRegCloseReadBatchReply function (clusapi.h)
Closes a read batch result handle and frees the memory associated with it.
Syntax
LONG ClusterRegCloseReadBatchReply(
[in] HREGREADBATCHREPLY hRegReadBatchReply
);
Parameters
[in] hRegReadBatchReply
A handle to a read batch result that was created by calling the ClusterRegCloseReadBatch function.
Return value
The function returns one of the following system error codes.
Return code/value | Description |
---|---|
|
The operation was successful. |
|
hRegReadBatchReply is NULL or not valid. |
Remarks
Call the ClusterRegCloseReadBatchReply function to close a read batch result that was created by the ClusterRegCloseReadBatch function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | clusapi.h |
Library | ClusAPI.lib |
DLL | ClusAPI.dll |