Expand Minimize

HV_PROXIMITY_DOMAIN_INFO structure

The HV_PROXIMITY_DOMAIN_INFO structure describes proximity domain information.

Syntax


typedef struct _HV_PROXIMITY_DOMAIN_INFO {
  HV_PROXIMITY_DOMAIN_ID    Id;
  HV_PROXIMITY_DOMAIN_FLAGS Flags;
} HV_PROXIMITY_DOMAIN_INFO, *PHV_PROXIMITY_DOMAIN_INFO;

Members

Id

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

Flags

An HV_PROXIMITY_DOMAIN_FLAGS structure that controls the proximity domain information.

Remarks

Requirements

Header

HvKeApi.h (include Hvgdk.h)

See also

HV_PROXIMITY_DOMAIN_FLAGS

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.