CLUSTERVERSIONINFO_NT4 structure (clusapi.h)

TBD

Syntax

typedef struct CLUSTERVERSIONINFO_NT4 {
  DWORD dwVersionInfoSize;
  WORD  MajorVersion;
  WORD  MinorVersion;
  WORD  BuildNumber;
  WCHAR szVendorId[64];
  WCHAR szCSDVersion[64];
} CLUSTERVERSIONINFO_NT4, *PCLUSTERVERSIONINFO_NT4;

Members

dwVersionInfoSize

Contains the size, in bytes, of the data structure. Users must set this size prior to calling the
GetClusterInformation function.

MajorVersion

Identifies the major version number of the operating system that is installed on the local node. For example, for version X.Y, the major version number is X.

MinorVersion

Identifies the minor version number of the operating system that is installed on the local node. For example, for version X.Y, the minor version number is Y.

BuildNumber

Identifies the build number of the operating system that is installed on the local node, such as 224.

szVendorId[64]

Contains the vendor identifier information for the cluster service that is installed on the local node.

szCSDVersion[64]

Contains the latest service pack that is installed on the node. If a Service Pack is not installed, the szCSDVersion member is empty.

Requirements

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

See also

Utility Structures