Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ResumeClusterNodeEx function (clusapi.h)

Initiates the specified failback operation, and then requests that a paused node resumes cluster activity.

Syntax

DWORD ResumeClusterNodeEx(
 [in] HNODE hNode,
 [in] CLUSTER_NODE_RESUME_FAILBACK_TYPE eResumeFailbackType,
 [in] DWORD dwResumeFlagsReserved
);

Parameters

[in] hNode

The handle to the paused node.

[in] eResumeFailbackType

The type of failback operation to use when cluster activity resumes. The available failback types are specified in the CLUSTER_NODE_RESUME_FAILBACK_TYPE enumeration.

[in] dwResumeFlagsReserved

This parameter is reserved for future use.

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

CLUSTER_NODE_RESUME_FAILBACK_TYPE

Node Management Functions


Feedback

Was this page helpful?

Additional resources