Process Hacker
|
#include <providers.h>
Data Fields | |
HANDLE | ThreadId |
LARGE_INTEGER | CreateTime |
LARGE_INTEGER | KernelTime |
LARGE_INTEGER | UserTime |
FLOAT | CpuUsage |
PH_UINT64_DELTA | CpuKernelDelta |
PH_UINT64_DELTA | CpuUserDelta |
PH_UINT32_DELTA | ContextSwitchesDelta |
PH_UINT64_DELTA | CyclesDelta |
LONG | Priority |
LONG | BasePriority |
ULONG64 | StartAddress |
PPH_STRING | StartAddressString |
PPH_STRING | StartAddressFileName |
enum _PH_SYMBOL_RESOLVE_LEVEL | StartAddressResolveLevel |
KTHREAD_STATE | State |
KWAIT_REASON | WaitReason |
LONG | PriorityWin32 |
PPH_STRING | ServiceName |
HANDLE | ThreadHandle |
BOOLEAN | IsGuiThread |
BOOLEAN | JustResolved |
WCHAR | ThreadIdString [PH_INT32_STR_LEN_1] |
Definition at line 668 of file providers.h.
LONG BasePriority |
Definition at line 683 of file providers.h.
PH_UINT32_DELTA ContextSwitchesDelta |
Definition at line 680 of file providers.h.
PH_UINT64_DELTA CpuKernelDelta |
Definition at line 677 of file providers.h.
FLOAT CpuUsage |
Definition at line 676 of file providers.h.
PH_UINT64_DELTA CpuUserDelta |
Definition at line 678 of file providers.h.
LARGE_INTEGER CreateTime |
Definition at line 672 of file providers.h.
PH_UINT64_DELTA CyclesDelta |
Definition at line 681 of file providers.h.
BOOLEAN IsGuiThread |
Definition at line 695 of file providers.h.
BOOLEAN JustResolved |
Definition at line 696 of file providers.h.
LARGE_INTEGER KernelTime |
Definition at line 673 of file providers.h.
LONG Priority |
Definition at line 682 of file providers.h.
LONG PriorityWin32 |
Definition at line 690 of file providers.h.
PPH_STRING ServiceName |
Definition at line 691 of file providers.h.
ULONG64 StartAddress |
Definition at line 684 of file providers.h.
PPH_STRING StartAddressFileName |
Definition at line 686 of file providers.h.
enum _PH_SYMBOL_RESOLVE_LEVEL StartAddressResolveLevel |
Definition at line 687 of file providers.h.
PPH_STRING StartAddressString |
Definition at line 685 of file providers.h.
KTHREAD_STATE State |
Definition at line 688 of file providers.h.
HANDLE ThreadHandle |
Definition at line 693 of file providers.h.
HANDLE ThreadId |
Definition at line 670 of file providers.h.
WCHAR ThreadIdString |
Definition at line 698 of file providers.h.
LARGE_INTEGER UserTime |
Definition at line 674 of file providers.h.
KWAIT_REASON WaitReason |
Definition at line 689 of file providers.h.