Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
POST_UPGRADE_VERSION_INFO structure (resapi.h)
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.
Tip In some error conditions this field can be zero.
oldUpgradeVersion
The minor version of the cluster service before the upgrade.
Tip In some error conditions this field can be zero.
reserved
Reserved.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2016 |
| Header | resapi.h |
See also
Feedback
Was this page helpful?
