HWREQCHK_TARGET_RELEASE enumeration (hwreqchkapi.h)
Important
Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the target release. This is used to specify the Windows release for a given set of hardware requirements.
Syntax
typedef enum HWREQCHK_TARGET_RELEASE {
HWREQCHK_TARGET_RELEASE_INVALID,
HWREQCHK_TARGET_RELEASE_WIN11_VNEXT,
HWREQCHK_TARGET_RELEASE_WIN11_21H2,
HWREQCHK_TARGET_RELEASE_WIN11_22H2,
HWREQCHK_TARGET_RELEASE_SRV2022_21H2
} ;
Constants
HWREQCHK_TARGET_RELEASE_INVALID The target release is invalid. |
HWREQCHK_TARGET_RELEASE_WIN11_VNEXT The target release is a future release of Windows 11. |
HWREQCHK_TARGET_RELEASE_WIN11_21H2 The target release is Windows 11, version 21H2. |
HWREQCHK_TARGET_RELEASE_WIN11_22H2 The target release is Windows 11, version 22H2. |
HWREQCHK_TARGET_RELEASE_SRV2022_21H2 The target release is Windows Server 2022, version 21H2. |
Requirements
Requirement | Value |
---|---|
Header | hwreqchkapi.h |