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.
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_INVALIDThe product type is invalid. |
HWREQCHK_PRODUCT_DEFAULTThe default product type. |
HWREQCHK_PRODUCT_DESKTOPThe product is a desktop. |
HWREQCHK_PRODUCT_SERVERThe product is a server. |
HWREQCHK_PRODUCT_IOTENTERPRISEThe product is an Enterprise IoT device. |
HWREQCHK_PRODUCT_IOTThe product is an IoT device. |
Requirements
| Requirement | Value |
|---|---|
| Header | hwreqchkapi.h |