Skip to content

Latest commit

 

History

History
105 lines (89 loc) · 2.55 KB

nf-clusapi-clusterregbatchclosenotification.md

File metadata and controls

105 lines (89 loc) · 2.55 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.ClusterRegBatchCloseNotification
ClusterRegBatchCloseNotification function (clusapi.h)
Frees the memory associated with the batch notification.
ClusterRegBatchCloseNotification
ClusterRegBatchCloseNotification function [Failover Cluster]
PCLUSTER_REG_BATCH_CLOSE_NOTIFICATION
clusapi/ClusterRegBatchCloseNotification
mscs.clusterregbatchclosenotification
mscs\clusterregbatchclosenotification.htm
MsCS
d7a127ba-6e97-46ac-8510-2da355359c50
12/05/2018
ClusterRegBatchCloseNotification, ClusterRegBatchCloseNotification function [Failover Cluster], PCLUSTER_REG_BATCH_CLOSE_NOTIFICATION, clusapi/ClusterRegBatchCloseNotification, mscs.clusterregbatchclosenotification
clusapi.h
Windows
None supported
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
ClusAPI.lib
ClusAPI.dll
Windows
19H1
ClusterRegBatchCloseNotification
clusapi/ClusterRegBatchCloseNotification
c++
APIRef
kbSyntax
DllExport
ClusAPI.dll
ClusterRegBatchCloseNotification

ClusterRegBatchCloseNotification function

-description

Frees the memory associated with the batch notification.

-parameters

-param hBatchNotification [in]

A handle to the batch notification.

-returns

The function returns one of the following system error codes.

Return code/value Description
ERROR_SUCCESS
0
The operation was successful. This error returns if the command is properly filled.
ERROR_INVALID_HANDLE
6
The handle is not valid. This error is returned if the hBatchNotification parameter is NULL.

-remarks

The PCLUSTER_REG_BATCH_CLOSE_NOTIFICATION type defines a pointer to this function.

-see-also

Cluster Registry Access Functions