Expand Minimize

HV_INTERCEPT_PARAMETERS union

The HV_INTERCEPT_PARAMETERS union describes parameters for an intercept.

Syntax


typedef union _HV_INTERCEPT_PARAMETERS {
  UINT64         AsUINT64;
  HV_X64_IO_PORT IoPort;
  UINT32         CpuidIndex;
  UINT16         ExceptionVector;
} HV_INTERCEPT_PARAMETERS, *PHV_INTERCEPT_PARAMETERS;

Members

AsUINT64

A member in the union that can hold one 64-bit value that defines parameters for an intercept.

IoPort

An HV_X64_IO_PORT value that specifies the I/O port for an HvInterceptTypeX64IoPort intercept type.

CpuidIndex

A 32-bit value that specifies the index of the CPUID instruction for an HvInterceptTypeX64Cpuid intercept type.

ExceptionVector

A 16-bit value that specifies the exception vector for an HvInterceptTypeX64Exception intercept type.

Remarks

The HV_INTERCEPT_PARAMETERS union is used in the HV_INTERCEPT_DESCRIPTOR structure.

Requirements

Header

HvValApi.h (include Hvgdk.h)

See also

HV_INTERCEPT_DESCRIPTOR

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.