Expand Minimize

HV_PROCESSOR_VENDOR enumeration

The HV_PROCESSOR_VENDOR enumeration contains values that identify processor vendors.

Syntax


typedef enum _HV_PROCESSOR_VENDOR { 
  HvProcessorVendorAmd    = 0x0000,
  HvProcessorVendorIntel  = 0x0001
} HV_PROCESSOR_VENDOR, *PHV_PROCESSOR_VENDOR;

Constants

HvProcessorVendorAmd

A value that specifies that the vendor of the processor is AMD.

HvProcessorVendorIntel

A value that specifies that the vendor of the processor is Intel.

Remarks

Requirements

Header

Hvgdk.h (include Hvgdk.h)

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.