Expand Minimize

HV_EMULATED_TIMER_PERIOD union

The HV_EMULATED_TIMER_PERIOD union describes a timer period property.

Syntax


typedef union _HV_EMULATED_TIMER_PERIOD {
  UINT64              AsUINT64;
  HV_NANO100_DURATION Period;
} HV_EMULATED_TIMER_PERIOD, *PHV_EMULATED_TIMER_PERIOD;

Members

AsUINT64

A member in the union that can hold one 64-bit value that describes a timer period property.

Period

An HV_NANO100_DURATION value that defines the rate of the interrupts for a partition. HV_NANO100_DURATION is defined as an unsigned 64-bit (UINT64) value.

Remarks

The HvPartitionPropertyEmulatedTimerPeriod property from the HV_PARTITION_PROPERTY_CODE enumeration is used with the HV_EMULATED_TIMER_PERIOD union.

Requirements

Header

HvSynicApi.h (include Hvgdk.h)

See also

HV_PARTITION_PROPERTY_CODE

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.