Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents post-upgrade state information for the cluster service.
Syntax
typedef struct POST_UPGRADE_VERSION_INFO {
DWORD newMajorVersion;
DWORD newUpgradeVersion;
DWORD oldMajorVersion;
DWORD oldUpgradeVersion;
DWORD reserved;
} POST_UPGRADE_VERSION_INFO, *PPOST_UPGRADE_VERSION_INFO;
Members
newMajorVersion
The major version of the cluster service after the upgrade.
newUpgradeVersion
The minor version of the cluster service after the update.
oldMajorVersion
The major version of the cluster service before the upgrade.
oldUpgradeVersion
The minor version of the cluster service before the upgrade.
reserved
Reserved.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2016 |
Header | resapi.h |