iPXE
Data Fields
hv_post_message Struct Reference

A posted message. More...

#include <hyperv.h>

Data Fields

uint32_t id
 Connection ID. More...
 
uint32_t reserved
 Padding. More...
 
uint32_t type
 Type. More...
 
uint32_t len
 Length of message. More...
 
uint8_t data [240]
 Message. More...
 

Detailed Description

A posted message.

This is the input parameter list for the HvPostMessage hypercall.

Definition at line 81 of file hyperv.h.

Field Documentation

◆ id

uint32_t hv_post_message::id

Connection ID.

Definition at line 83 of file hyperv.h.

◆ reserved

uint32_t hv_post_message::reserved

Padding.

Definition at line 85 of file hyperv.h.

◆ type

uint32_t hv_post_message::type

Type.

Definition at line 87 of file hyperv.h.

◆ len

uint32_t hv_post_message::len

Length of message.

Definition at line 89 of file hyperv.h.

◆ data

uint8_t hv_post_message::data[240]

Message.

Definition at line 91 of file hyperv.h.


The documentation for this struct was generated from the following file: