ReactOS 0.4.15-dev-7934-g1dc8d80
_DOS_PSP Struct Reference

#include <process.h>

Collaboration diagram for _DOS_PSP:

Public Attributes

BYTE Exit [2]
 
WORD LastParagraph
 
BYTE Reserved0 [6]
 
DWORD TerminateAddress
 
DWORD BreakAddress
 
DWORD CriticalAddress
 
WORD ParentPsp
 
BYTE HandleTable [20]
 
WORD EnvBlock
 
DWORD LastStack
 
WORD HandleTableSize
 
DWORD HandleTablePtr
 
DWORD PreviousPsp
 
DWORD Reserved1
 
WORD DosVersion
 
BYTE Reserved2 [14]
 
BYTE FarCall [3]
 
BYTE Reserved3 [9]
 
DOS_FCB Fcb
 
BYTE CommandLineSize
 
CHAR CommandLine [DOS_CMDLINE_LENGTH]
 

Detailed Description

Definition at line 27 of file process.h.

Member Data Documentation

◆ BreakAddress

DWORD _DOS_PSP::BreakAddress

Definition at line 33 of file process.h.

Referenced by DosClonePsp(), DosCreatePsp(), and DosTerminateProcess().

◆ CommandLine

CHAR _DOS_PSP::CommandLine[DOS_CMDLINE_LENGTH]

Definition at line 49 of file process.h.

Referenced by DosInitPsp().

◆ CommandLineSize

BYTE _DOS_PSP::CommandLineSize

Definition at line 48 of file process.h.

Referenced by DosInitPsp().

◆ CriticalAddress

DWORD _DOS_PSP::CriticalAddress

Definition at line 34 of file process.h.

Referenced by DosClonePsp(), DosCreatePsp(), and DosTerminateProcess().

◆ DosVersion

WORD _DOS_PSP::DosVersion

Definition at line 43 of file process.h.

Referenced by DosCreatePsp(), and DosInt21h().

◆ EnvBlock

WORD _DOS_PSP::EnvBlock

Definition at line 37 of file process.h.

Referenced by DosCreatePsp(), and DosInitPsp().

◆ Exit

BYTE _DOS_PSP::Exit[2]

Definition at line 29 of file process.h.

Referenced by DosCreatePsp().

◆ FarCall

BYTE _DOS_PSP::FarCall[3]

Definition at line 45 of file process.h.

Referenced by DosCreatePsp().

◆ Fcb

DOS_FCB _DOS_PSP::Fcb

Definition at line 47 of file process.h.

◆ HandleTable

BYTE _DOS_PSP::HandleTable[20]

Definition at line 36 of file process.h.

Referenced by DosCreatePsp(), and DosResizeHandleTable().

◆ HandleTablePtr

◆ HandleTableSize

WORD _DOS_PSP::HandleTableSize

◆ LastParagraph

WORD _DOS_PSP::LastParagraph

Definition at line 30 of file process.h.

Referenced by DosCreatePsp().

◆ LastStack

DWORD _DOS_PSP::LastStack

Definition at line 38 of file process.h.

◆ ParentPsp

WORD _DOS_PSP::ParentPsp

Definition at line 35 of file process.h.

Referenced by DosClonePsp(), DosCreatePsp(), and DosTerminateProcess().

◆ PreviousPsp

DWORD _DOS_PSP::PreviousPsp

Definition at line 41 of file process.h.

◆ Reserved0

BYTE _DOS_PSP::Reserved0[6]

Definition at line 31 of file process.h.

◆ Reserved1

DWORD _DOS_PSP::Reserved1

Definition at line 42 of file process.h.

◆ Reserved2

BYTE _DOS_PSP::Reserved2[14]

Definition at line 44 of file process.h.

◆ Reserved3

BYTE _DOS_PSP::Reserved3[9]

Definition at line 46 of file process.h.

◆ TerminateAddress

DWORD _DOS_PSP::TerminateAddress

Definition at line 32 of file process.h.

Referenced by DosClonePsp(), DosCreatePsp(), and DosTerminateProcess().


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