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

Data Fields

UINT32 RecordIndex
 
UINT32 NumberOfRecords
 
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 DXE Services Table.

Field Documentation

UINT32 RUNTIME_MEMORY_STATUSCODE_HEADER::MaxRecordsNumber

The maximum number of records that can be stored.

UINT32 RUNTIME_MEMORY_STATUSCODE_HEADER::NumberOfRecords

The number of records being stored.

UINT32 RUNTIME_MEMORY_STATUSCODE_HEADER::RecordIndex

The index pointing to the last recored being stored.