Compartilhar via


HWREQCHK_TARGET_RELEASE enumeração (hwreqchkapi.h)

Importante

Algumas informações estão relacionadas a um produto de pré-lançamento que pode ser substancialmente modificado antes de ser lançado comercialmente. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.

Indica a versão de destino. Isso é usado para especificar a versão do Windows para um determinado conjunto de requisitos de hardware.

Sintaxe

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
} ;

Constantes

 
HWREQCHK_TARGET_RELEASE_INVALID
A versão de destino é inválida.
HWREQCHK_TARGET_RELEASE_WIN11_VNEXT
A versão de destino é uma versão futura do Windows 11.
HWREQCHK_TARGET_RELEASE_WIN11_21H2
A versão de destino é Windows 11, versão 21H2.
HWREQCHK_TARGET_RELEASE_WIN11_22H2
A versão de destino é Windows 11, versão 22H2.
HWREQCHK_TARGET_RELEASE_SRV2022_21H2
A versão de destino é o Windows Server 2022, versão 21H2.

Requisitos

   
Cabeçalho hwreqchkapi.h