ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <compat.h>
Public Attributes | |
NTSTATUS | ExitStatus |
PVOID | TebBaseAddress |
CLIENT_ID | ClientId |
KAFFINITY | AffinityMask |
KPRIORITY | Priority |
KPRIORITY | BasePriority |
ULONG_PTR | AffinityMask |
LONG | Priority |
LONG | BasePriority |
KAFFINITY _THREAD_BASIC_INFORMATION::AffinityMask |
Definition at line 930 of file compat.h.
Referenced by NtQueryInformationThread(), SetThreadAffinityMask(), test_affinity(), test_NtGetCurrentProcessorNumber(), and Test_ThreadBasicInformationClass().
ULONG_PTR _THREAD_BASIC_INFORMATION::AffinityMask |
Definition at line 1048 of file winternl.h.
KPRIORITY _THREAD_BASIC_INFORMATION::BasePriority |
Definition at line 932 of file compat.h.
Referenced by GetThreadPriority(), NtQueryInformationThread(), and Test_ThreadBasicInformationClass().
LONG _THREAD_BASIC_INFORMATION::BasePriority |
Definition at line 1050 of file winternl.h.
CLIENT_ID _THREAD_BASIC_INFORMATION::ClientId |
Definition at line 929 of file compat.h.
Referenced by GetProcessIdOfThread(), GetThreadId(), NtQueryInformationThread(), and Test_ThreadBasicInformationClass().
NTSTATUS _THREAD_BASIC_INFORMATION::ExitStatus |
Definition at line 927 of file compat.h.
Referenced by fetch_thread_info(), GetExitCodeThread(), NtQueryInformationThread(), and Test_ThreadBasicInformationClass().
KPRIORITY _THREAD_BASIC_INFORMATION::Priority |
Definition at line 931 of file compat.h.
Referenced by NtQueryInformationThread(), and Test_ThreadBasicInformationClass().
LONG _THREAD_BASIC_INFORMATION::Priority |
Definition at line 1049 of file winternl.h.
PVOID _THREAD_BASIC_INFORMATION::TebBaseAddress |
Definition at line 928 of file compat.h.
Referenced by CreateRemoteThread(), DbgUiConvertStateChangeStructure(), fetch_thread_info(), NtQueryInformationThread(), RtlFreeUserThreadStack(), and Test_ThreadBasicInformationClass().