ReactOS 0.4.15-dev-7924-g5949c20
_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 233 of file ke.h.

Member Data Documentation

◆ PcrTeb

PVOID _KV86_FRAME::PcrTeb

Definition at line 237 of file ke.h.

Referenced by KiEnterV86Mode().

◆ ThreadStack

PVOID _KV86_FRAME::ThreadStack

Definition at line 235 of file ke.h.

Referenced by KiEnterV86Mode(), and KiExitV86Mode().

◆ ThreadTeb

PVOID _KV86_FRAME::ThreadTeb

Definition at line 236 of file ke.h.

Referenced by KiEnterV86Mode(), and KiExitV86Mode().


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