ReactOS 0.4.17-dev-470-gf9e3448
_SYSTEM_EXTENDED_THREAD_INFORMATION Struct Reference

#include <extypes.h>

Collaboration diagram for _SYSTEM_EXTENDED_THREAD_INFORMATION:

Public Attributes

SYSTEM_THREAD_INFORMATION ThreadInfo
 
PVOID StackBase
 
PVOID StackLimit
 
PVOID Win32StartAddress
 
PVOID TebBase
 
ULONG_PTR Reserved2
 
ULONG_PTR Reserved3
 
ULONG_PTR Reserved4
 
voidStackBase
 
voidStackLimit
 
voidWin32StartAddress
 
voidTebBase
 

Detailed Description

Definition at line 1067 of file extypes.h.

Member Data Documentation

◆ Reserved2

ULONG_PTR _SYSTEM_EXTENDED_THREAD_INFORMATION::Reserved2

Definition at line 1074 of file extypes.h.

◆ Reserved3

ULONG_PTR _SYSTEM_EXTENDED_THREAD_INFORMATION::Reserved3

Definition at line 1075 of file extypes.h.

◆ Reserved4

ULONG_PTR _SYSTEM_EXTENDED_THREAD_INFORMATION::Reserved4

Definition at line 1076 of file extypes.h.

◆ StackBase [1/2]

PVOID _SYSTEM_EXTENDED_THREAD_INFORMATION::StackBase

Definition at line 1070 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and test_query_process().

◆ StackBase [2/2]

void* _SYSTEM_EXTENDED_THREAD_INFORMATION::StackBase

Definition at line 2548 of file winternl.h.

◆ StackLimit [1/2]

PVOID _SYSTEM_EXTENDED_THREAD_INFORMATION::StackLimit

Definition at line 1071 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and test_query_process().

◆ StackLimit [2/2]

void* _SYSTEM_EXTENDED_THREAD_INFORMATION::StackLimit

Definition at line 2549 of file winternl.h.

◆ TebBase [1/2]

PVOID _SYSTEM_EXTENDED_THREAD_INFORMATION::TebBase

Definition at line 1073 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and test_query_process().

◆ TebBase [2/2]

void* _SYSTEM_EXTENDED_THREAD_INFORMATION::TebBase

Definition at line 2551 of file winternl.h.

◆ ThreadInfo

SYSTEM_THREAD_INFORMATION _SYSTEM_EXTENDED_THREAD_INFORMATION::ThreadInfo

Definition at line 1069 of file extypes.h.

Referenced by test_query_process().

◆ Win32StartAddress [1/2]

PVOID _SYSTEM_EXTENDED_THREAD_INFORMATION::Win32StartAddress

Definition at line 1072 of file extypes.h.

Referenced by ExpQuerySystemProcessInformation(), and test_query_process().

◆ Win32StartAddress [2/2]

void* _SYSTEM_EXTENDED_THREAD_INFORMATION::Win32StartAddress

Definition at line 2550 of file winternl.h.


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