MdeModulePkg[all]  0.98
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MEMORY_STATUSCODE_PACKET_HEADER Struct Reference

Data Fields

UINT16 PacketIndex
 
UINT16 RecordIndex
 
UINT32 MaxRecordsNumber
 

Detailed Description

A header structure that is followed by an array of records that contain the parameters passed into the ReportStatusCode() service in the PEI Services Table.

Field Documentation

UINT32 MEMORY_STATUSCODE_PACKET_HEADER::MaxRecordsNumber

The maximum number of records that the packet can store.

UINT16 MEMORY_STATUSCODE_PACKET_HEADER::PacketIndex

Index of the packet.

UINT16 MEMORY_STATUSCODE_PACKET_HEADER::RecordIndex

The number of active records in the packet.