Note

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

Access to this page requires authorization. You can try .

GROUP_FAILURE_INFO_BUFFER structure (clusapi.h)

Represents a buffer for a GROUP_FAILURE_INFO structure.

Syntax

typedef struct GROUP_FAILURE_INFO_BUFFER {
 DWORD dwVersion;
 GROUP_FAILURE_INFO Info;
} GROUP_FAILURE_INFO_BUFFER, *PGROUP_FAILURE_INFO_BUFFER;

Members

dwVersion

The version of this structure. Set this parameter to GROUP_FAILURE_INFO_VERSION_1 (0x1).

Info

The GROUP_FAILURE_INFO structure that contains information about the failover attempts for the group failure.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Header clusapi.h

See also

Utility structures


Feedback

Was this page helpful?

Additional resources