CLUS_FTSET_INFO structure (clusapi.h)

Contains information about an FT (fault tolerant) set. This structure is used by the CLUSPROP_FTSET_INFO structure to create an entry in a value list.

Syntax

typedef struct CLUS_FTSET_INFO {
  DWORD dwRootSignature;
  DWORD dwFtType;
} CLUS_FTSET_INFO, *PCLUS_FTSET_INFO;

Members

dwRootSignature

The root signature of the FT set.

dwFtType

The type of fault tolerance that is supported by the FT set.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise
Header clusapi.h

See also

CLUSPROP_FTSET_INFO

Data structures