ClusterRegBatchCloseNotification function (clusapi.h)

Frees the memory associated with the batch notification.

Syntax

LONG ClusterRegBatchCloseNotification(
  [in] HREGBATCHNOTIFICATION hBatchNotification
);

Parameters

[in] hBatchNotification

A handle to the batch notification.

Return value

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.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Target Platform Windows
Header clusapi.h
Library ClusAPI.lib
DLL ClusAPI.dll

See also

Cluster Registry Access Functions