ReactOS 0.4.15-dev-7842-g558ab78
_KSTART_FRAME Struct Reference

#include <ketypes.h>

Collaboration diagram for _KSTART_FRAME:

Public Attributes

PKSYSTEM_ROUTINE SystemRoutine
 
PKSTART_ROUTINE StartRoutine
 
PVOID StartContext
 
BOOLEAN UserThread
 
ULONG64 P1Home
 
ULONG64 P2Home
 
ULONG64 P3Home
 
ULONG64 P4Home
 
ULONG64 Reserved
 
ULONG64 Return
 
ULONG R0
 
ULONG R1
 
ULONG R2
 
ULONG Return
 

Detailed Description

Definition at line 22 of file thrdini.c.

Member Data Documentation

◆ P1Home

ULONG64 _KSTART_FRAME::P1Home

Definition at line 1103 of file ketypes.h.

Referenced by KiInitializeContextThread().

◆ P2Home

ULONG64 _KSTART_FRAME::P2Home

Definition at line 1104 of file ketypes.h.

Referenced by KiInitializeContextThread().

◆ P3Home

ULONG64 _KSTART_FRAME::P3Home

Definition at line 1105 of file ketypes.h.

Referenced by KiInitializeContextThread().

◆ P4Home

ULONG64 _KSTART_FRAME::P4Home

Definition at line 1106 of file ketypes.h.

Referenced by KiInitializeContextThread().

◆ R0

ULONG _KSTART_FRAME::R0

Definition at line 718 of file ketypes.h.

◆ R1

ULONG _KSTART_FRAME::R1

Definition at line 719 of file ketypes.h.

◆ R2

ULONG _KSTART_FRAME::R2

Definition at line 720 of file ketypes.h.

◆ Reserved

ULONG64 _KSTART_FRAME::Reserved

Definition at line 1107 of file ketypes.h.

Referenced by KiInitializeContextThread().

◆ Return [1/2]

ULONG64 _KSTART_FRAME::Return

Definition at line 1108 of file ketypes.h.

Referenced by KiInitializeContextThread().

◆ Return [2/2]

ULONG _KSTART_FRAME::Return

Definition at line 721 of file ketypes.h.

◆ StartContext

PVOID _KSTART_FRAME::StartContext

Definition at line 26 of file thrdini.c.

Referenced by KiInitializeContextThread(), and KiThreadStartup().

◆ StartRoutine

PKSTART_ROUTINE _KSTART_FRAME::StartRoutine

Definition at line 25 of file thrdini.c.

Referenced by KiInitializeContextThread(), and KiThreadStartup().

◆ SystemRoutine

PKSYSTEM_ROUTINE _KSTART_FRAME::SystemRoutine

Definition at line 24 of file thrdini.c.

Referenced by KiInitializeContextThread(), and KiThreadStartup().

◆ UserThread

BOOLEAN _KSTART_FRAME::UserThread

Definition at line 27 of file thrdini.c.

Referenced by KiInitializeContextThread(), and KiThreadStartup().


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