ReactOS 0.4.15-dev-7994-gb388cb6
_THREAD_BASIC_INFORMATION Struct Reference

#include <compat.h>

Collaboration diagram for _THREAD_BASIC_INFORMATION:

Public Attributes

NTSTATUS ExitStatus
 
PVOID TebBaseAddress
 
CLIENT_ID ClientId
 
KAFFINITY AffinityMask
 
KPRIORITY Priority
 
KPRIORITY BasePriority
 
ULONG_PTR AffinityMask
 
LONG Priority
 
LONG BasePriority
 

Detailed Description

Definition at line 925 of file compat.h.

Member Data Documentation

◆ AffinityMask [1/2]

◆ AffinityMask [2/2]

ULONG_PTR _THREAD_BASIC_INFORMATION::AffinityMask

Definition at line 1048 of file winternl.h.

◆ BasePriority [1/2]

KPRIORITY _THREAD_BASIC_INFORMATION::BasePriority

◆ BasePriority [2/2]

LONG _THREAD_BASIC_INFORMATION::BasePriority

Definition at line 1050 of file winternl.h.

◆ ClientId

CLIENT_ID _THREAD_BASIC_INFORMATION::ClientId

◆ ExitStatus

NTSTATUS _THREAD_BASIC_INFORMATION::ExitStatus

◆ Priority [1/2]

KPRIORITY _THREAD_BASIC_INFORMATION::Priority

Definition at line 931 of file compat.h.

Referenced by NtQueryInformationThread(), and Test_ThreadBasicInformationClass().

◆ Priority [2/2]

LONG _THREAD_BASIC_INFORMATION::Priority

Definition at line 1049 of file winternl.h.

◆ TebBaseAddress


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