Source position: jwanative.pas line 888
type _SYSTEM_THREADS = record |
KernelTime: LARGE_INTEGER; |
UserTime: LARGE_INTEGER; |
CreateTime: LARGE_INTEGER; |
WaitTime: ULONG; |
StartAddress: PVOID; |
ClientId: CLIENT_ID; |
Priority: KPRIORITY; |
BasePriority: KPRIORITY; |
ContextSwitchCount: ULONG; |
State: THREAD_STATE; |
WaitReason: KWAIT_REASON; |
end; |