HWREQCHK_CPU_VENDOR 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 CPU vendor.
Syntax
typedef enum HWREQCHK_CPU_VENDOR {
HWREQCHK_CPU_VENDOR_OTHER,
HWREQCHK_CPU_VENDOR_AMD,
HWREQCHK_CPU_VENDOR_INTEL,
HWREQCHK_CPU_VENDOR_QUALCOMM
} ;
Constants
HWREQCHK_CPU_VENDOR_OTHER The CPU was manufactured by another vendor. |
HWREQCHK_CPU_VENDOR_AMD The CPU was manufactured by AMD. |
HWREQCHK_CPU_VENDOR_INTEL The CPU was manufactured by Intel. |
HWREQCHK_CPU_VENDOR_QUALCOMM The CPU was manufactured by Qualcomm. |
Requirements
Requirement | Value |
---|---|
Header | hwreqchkapi.h |