HWREQCHK_PRODUCT_TYPE 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 type of product. This value is used to determine the set of hardware requirements to check.

Syntax

typedef enum HWREQCHK_PRODUCT_TYPE {
  HWREQCHK_PRODUCT_INVALID,
  HWREQCHK_PRODUCT_DEFAULT,
  HWREQCHK_PRODUCT_DESKTOP,
  HWREQCHK_PRODUCT_SERVER,
  HWREQCHK_PRODUCT_IOTENTERPRISE,
  HWREQCHK_PRODUCT_IOT,
  HWREQCHK_PRODUCT_IOTENTERPRISE_LTSC
} ;

Constants

 
HWREQCHK_PRODUCT_INVALID
The product type is invalid.
HWREQCHK_PRODUCT_DEFAULT
The default product type.
HWREQCHK_PRODUCT_DESKTOP
The product is a desktop.
HWREQCHK_PRODUCT_SERVER
The product is a server.
HWREQCHK_PRODUCT_IOTENTERPRISE
The product is an Enterprise IoT device.
HWREQCHK_PRODUCT_IOT
The product is an IoT device.

Requirements

Requirement Value
Header hwreqchkapi.h