ReactOS 0.4.15-dev-7958-gcd0bb1a
DWORDREGS Struct Reference

#include <pcbios.h>

Public Attributes

unsigned long eax
 
unsigned long ebx
 
unsigned long ecx
 
unsigned long edx
 
unsigned long esi
 
unsigned long edi
 
unsigned long ebp
 
unsigned short ds
 
unsigned short es
 
unsigned short fs
 
unsigned short gs
 
unsigned long eflags
 

Detailed Description

Definition at line 89 of file pcbios.h.

Member Data Documentation

◆ ds

unsigned short DWORDREGS::ds

Definition at line 100 of file pcbios.h.

Referenced by DiskGetExtendedDriveParameters(), and PcDiskReadLogicalSectorsLBA().

◆ eax

◆ ebp

unsigned long DWORDREGS::ebp

Definition at line 98 of file pcbios.h.

◆ ebx

unsigned long DWORDREGS::ebx

Definition at line 92 of file pcbios.h.

Referenced by PcMemGetBiosMemoryMap().

◆ ecx

unsigned long DWORDREGS::ecx

Definition at line 93 of file pcbios.h.

Referenced by PcMemGetBiosMemoryMap().

◆ edi

unsigned long DWORDREGS::edi

Definition at line 97 of file pcbios.h.

◆ edx

unsigned long DWORDREGS::edx

Definition at line 94 of file pcbios.h.

Referenced by PcFindPciBios(), and PcMemGetBiosMemoryMap().

◆ eflags

unsigned long DWORDREGS::eflags

◆ es

unsigned short DWORDREGS::es

Definition at line 101 of file pcbios.h.

◆ esi

unsigned long DWORDREGS::esi

Definition at line 96 of file pcbios.h.

◆ fs

unsigned short DWORDREGS::fs

Definition at line 102 of file pcbios.h.

◆ gs

unsigned short DWORDREGS::gs

Definition at line 103 of file pcbios.h.


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