ReactOS 0.4.16-dev-847-g386fccd
_KV86_FRAME Struct Reference

#include <ke.h>

Collaboration diagram for _KV86_FRAME:

Public Attributes

PVOID ThreadStack
 
PVOID ThreadTeb
 
PVOID PcrTeb
 

Detailed Description

Definition at line 241 of file ke.h.

Member Data Documentation

◆ PcrTeb

PVOID _KV86_FRAME::PcrTeb

Definition at line 245 of file ke.h.

Referenced by KiEnterV86Mode().

◆ ThreadStack

PVOID _KV86_FRAME::ThreadStack

Definition at line 243 of file ke.h.

Referenced by KiEnterV86Mode(), and KiExitV86Mode().

◆ ThreadTeb

PVOID _KV86_FRAME::ThreadTeb

Definition at line 244 of file ke.h.

Referenced by KiEnterV86Mode(), and KiExitV86Mode().


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