Expand Minimize

HV_MESSAGE_PAGE structure

The HV_MESSAGE_PAGE structure defines the synthetic interrupt message page layout.

Syntax


typedef struct _HV_MESSAGE_PAGE {
  volatile HV_MESSAGE SintMessage[HV_SYNIC_SINT_COUNT];
} HV_MESSAGE_PAGE, *PHV_MESSAGE_PAGE;

Members

SintMessage

An array of HV_MESSAGE structures for the synthetic interrupt controller message format. The array can be up to HV_SYNIC_SINT_COUNT (16) elements.

Remarks

Requirements

Header

Hvgdk.h (include Hvgdk.h)

See also

HV_MESSAGE

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.