CLUSTER_MAKE_VERSION macro (clusapi.h)

Creates a Cluster service version number.

Syntax

void CLUSTER_MAKE_VERSION(
   _maj,
   _min
);

Parameters

_maj

Major version number.

_min

Minor version number.

Return value

None

Remarks

Cluster service version numbers are obtained from the NodeHighestVersion and NodeLowestVersion properties as well as the function GetClusterInformation. For more information, see Version Compatibility.

Requirements

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

See also

CLUSTER_GET_MAJOR_VERSION

CLUSTER_GET_MINOR_VERSION