GetNotifyEventHandle function (clusapi.h)

Retrieves a handle to a notification event.

Syntax

DWORD GetNotifyEventHandle(
  [in]  HCHANGE  hChange,
  [out] LPHANDLE lphTargetEvent
);

Parameters

[in] hChange

A handle to the notification port that received the notification event.

[out] lphTargetEvent

The handle to the notification event.

Return value

If the operation succeeds, the function returns ERROR_SUCCESS.

If the operation fails, the function returns a system error code.

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

See also

Failover Cluster Management Function