ReactOS 0.4.15-dev-7842-g558ab78
s_PXE Struct Reference

#include <pxe.h>

Collaboration diagram for s_PXE:

Public Attributes

UINT8 Signature [4]
 
UINT8 StructLength
 
UINT8 StructCksum
 
UINT8 StructRev
 
UINT8 reserved1
 
SEGOFF16 UNDIROMID
 
SEGOFF16 BaseROMID
 
SEGOFF16 EntryPointSP
 
SEGOFF16 EntryPointESP
 
SEGOFF16 StatusCallout
 
UINT8 reserved2
 
UINT8 SegDescCnt
 
SEGSEL FirstSelector
 
SEGDESC Stack
 
SEGDESC UNDIData
 
SEGDESC UNDICode
 
SEGDESC UNDICodeWrite
 
SEGDESC BC_Data
 
SEGDESC BC_Code
 
SEGDESC BC_CodeWrite
 

Detailed Description

Definition at line 38 of file pxe.h.

Member Data Documentation

◆ BaseROMID

SEGOFF16 s_PXE::BaseROMID

Definition at line 46 of file pxe.h.

◆ BC_Code

SEGDESC s_PXE::BC_Code

Definition at line 58 of file pxe.h.

◆ BC_CodeWrite

SEGDESC s_PXE::BC_CodeWrite

Definition at line 59 of file pxe.h.

◆ BC_Data

SEGDESC s_PXE::BC_Data

Definition at line 57 of file pxe.h.

◆ EntryPointESP

SEGOFF16 s_PXE::EntryPointESP

Definition at line 48 of file pxe.h.

◆ EntryPointSP

SEGOFF16 s_PXE::EntryPointSP

Definition at line 47 of file pxe.h.

Referenced by CallPxe().

◆ FirstSelector

SEGSEL s_PXE::FirstSelector

Definition at line 52 of file pxe.h.

◆ reserved1

UINT8 s_PXE::reserved1

Definition at line 44 of file pxe.h.

◆ reserved2

UINT8 s_PXE::reserved2

Definition at line 50 of file pxe.h.

◆ SegDescCnt

UINT8 s_PXE::SegDescCnt

Definition at line 51 of file pxe.h.

◆ Signature

UINT8 s_PXE::Signature[4]

Definition at line 40 of file pxe.h.

◆ Stack

SEGDESC s_PXE::Stack

Definition at line 53 of file pxe.h.

◆ StatusCallout

SEGOFF16 s_PXE::StatusCallout

Definition at line 49 of file pxe.h.

◆ StructCksum

UINT8 s_PXE::StructCksum

Definition at line 42 of file pxe.h.

◆ StructLength

UINT8 s_PXE::StructLength

Definition at line 41 of file pxe.h.

◆ StructRev

UINT8 s_PXE::StructRev

Definition at line 43 of file pxe.h.

◆ UNDICode

SEGDESC s_PXE::UNDICode

Definition at line 55 of file pxe.h.

◆ UNDICodeWrite

SEGDESC s_PXE::UNDICodeWrite

Definition at line 56 of file pxe.h.

◆ UNDIData

SEGDESC s_PXE::UNDIData

Definition at line 54 of file pxe.h.

◆ UNDIROMID

SEGOFF16 s_PXE::UNDIROMID

Definition at line 45 of file pxe.h.


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