RESOURCE_FAILURE_INFO_BUFFER structure (clusapi.h)

Represents a buffer for a resource failure.

Syntax

typedef struct RESOURCE_FAILURE_INFO_BUFFER {
  DWORD                 dwVersion;
  RESOURCE_FAILURE_INFO Info;
} RESOURCE_FAILURE_INFO_BUFFER, *PRESOURCE_FAILURE_INFO_BUFFER;

Members

dwVersion

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

Info

The RESOURCE_FAILURE_INFO structure that contains information about the failover attempts for the resource failure.

Requirements

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

See also

Utility structures