CLUSTERVERSIONINFO
The CLUSTERVERSIONINFO structure describes information about the version of the Cluster Service. The CLUSTERVERSIONINFO structure is defined in CLUSAPI.H.
typedef struct _CLUSTERVERSIONINFO{
DWORD dwVersionInfoSize;
WORD MajorVersion;
WORD MinorVersion;
WORD BuildNumber;
WCHAR szVendorId[ 64 ];
WCHAR szCSDVersion[ 64 ];
} CLUSTERVERSIONINFO, *LPCLUSTERVERSIONINFO;
Members
-
dwVersionInfoSize
Size, in bytes, of the data structure.
-
MajorVersion
-
Identifies the major version number of the Cluster Service. For example, for version 1.0, the major version number is 1.
-
MinorVersion
-
Identifies the minor version number of the Cluster Service. For example, for version 1.0, the minor version number is 0.
-
BuildNumber
-
Identifies the build number of the Cluster Service, such as 1.20.
-
szVendorID
-
Contains the vendor identifier information for the Cluster Service.
-
szCSDVersion
-
Contains the latest Microsoft® Windows NT® Service Pack installed on the node. If a Service Pack has not been installed, the szCSDVersion member is empty.
QuickInfo
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.