ReactOS 0.4.15-dev-7942-gd23573b
_KPCR_TIB Struct Reference

#include <ke.h>

Collaboration diagram for _KPCR_TIB:

Public Attributes

PVOID ExceptionList
 
PVOID StackBase
 
PVOID StackLimit
 
PVOID SubSystemTib
 
union {
   PVOID   FiberData
 
   ULONG   Version
 
DUMMYUNIONNAME
 
PVOID ArbitraryUserPointer
 
struct _KPCR_TIBSelf
 

Detailed Description

Definition at line 28 of file ke.h.

Member Data Documentation

◆ ArbitraryUserPointer

PVOID _KPCR_TIB::ArbitraryUserPointer

Definition at line 37 of file ke.h.

◆ 

_ANONYMOUS_UNION union { ... } _KPCR_TIB::DUMMYUNIONNAME

◆ ExceptionList

PVOID _KPCR_TIB::ExceptionList

Definition at line 29 of file ke.h.

◆ FiberData

PVOID _KPCR_TIB::FiberData

Definition at line 34 of file ke.h.

◆ Self

struct _KPCR_TIB* _KPCR_TIB::Self

Definition at line 38 of file ke.h.

◆ StackBase

PVOID _KPCR_TIB::StackBase

Definition at line 30 of file ke.h.

◆ StackLimit

PVOID _KPCR_TIB::StackLimit

Definition at line 31 of file ke.h.

◆ SubSystemTib

PVOID _KPCR_TIB::SubSystemTib

Definition at line 32 of file ke.h.

◆ Version

ULONG _KPCR_TIB::Version

Definition at line 35 of file ke.h.


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