Expand Minimize

HV_X64_UNRECOVERABLE_EXCEPTION_MESSAGE structure

The HV_X64_UNRECOVERABLE_EXCEPTION_MESSAGE structure describes a virtual processor unrecoverable error message.

Syntax


typedef struct _HV_X64_UNRECOVERABLE_EXCEPTION_MESSAGE {
  HV_X64_INTERCEPT_MESSAGE_HEADER Header;
} HV_X64_UNRECOVERABLE_EXCEPTION_MESSAGE, *PHV_X64_UNRECOVERABLE_EXCEPTION_MESSAGE;

Members

Header

A HV_X64_INTERCEPT_MESSAGE_HEADER structure that describes the header for the virtual processor unrecoverable error message.

Remarks

For more information about how virtual processor unrecoverable error messages are encoded, see Unrecoverable Exception Message.

Requirements

Header

Hvgdk.h (include Hvgdk.h)

See also

HV_X64_INTERCEPT_MESSAGE_HEADER

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.