Undocumented functions of NTDLL

2OO2, 18 March


SYSTEM_THREAD
SYSTEM_THREAD

typedef struct _SYSTEM_THREAD {

LARGE_INTEGER KernelTime; LARGE_INTEGER UserTime; LARGE_INTEGER CreateTime; ULONG WaitTime; PVOID StartAddress; CLIENT_ID ClientId; KPRIORITY Priority; LONG BasePriority; ULONG ContextSwitchCount; ULONG State; KWAIT_REASON WaitReason; } SYSTEM_THREAD, *PSYSTEM_THREAD;



Structure SYSTEM_THREAD is a part of SYSTEM_PROCESS_INFORMATION structure avaiable by NtQuerySystemInformation with SystemProcessInformation enumeration type.




Requirements:
Library: ntdll.lib


See also:
NtQuerySystemInformation
SYSTEM_PROCESS_INFORMATION