Editar

Compartir a través de


IHypercall Interface

Definition

public interface IHypercall
type IHypercall = interface
Public Interface IHypercall

Properties

AreAllParametersRegisterPassed

Gets a value that indicates whether all parameters to the hypercall are passed using registers.

Duration

Gets the duration of the hypercall, if available.

Function
GuestInstructionPointer
IsFromNestedHypervisor

Gets a value that indicates whether the hypercall is coming from a nested hypervisor (a hypervisor inside a virtual machine).

Partition

Gets the index of the hypervisor partition. Partition 0 is the host OS, and non-zero partition numbers refer to any guest OSes on VMs.

Processor

Gets the index of the processor (logical processor or logical CPU) on the host.

RepetitionCount

Gets the number of times that the hypercall was repeated.

RepetitionStartIndex

Gets the index at which hypercall repetition started.

Timestamp
VirtualProcessor

Gets the index of the virtual processor within the partition, if any.

Applies to