Expand Minimize

HV_PROCESSOR_INFO structure

The HV_PROCESSOR_INFO structure contains information about a physical processor.

Syntax


typedef struct _HV_PROCESSOR_INFO {
  UINT32                 LocalApicId;
  HV_PROXIMITY_DOMAIN_ID ProximityDomainId;
} HV_PROCESSOR_INFO, *PHV_PROCESSOR_INFO;

Members

LocalApicId

The APIC identifier of the local processor.

ProximityDomainId

An HV_PROXIMITY_DOMAIN_ID value that identifies the proximity domain in which the processor resides. HV_PROXIMITY_DOMAIN_ID is defined as an unsigned 32-bit (UINT32) value.

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.