System::KERNEL_USER_TIMES Struct Reference

Process/Thread System and User Time NtQueryInformationProcess using ProcessTimes NtQueryInformationThread using ThreadTimes. More...

#include <src/Lib/ProcessDescriptor.h>

Collaboration diagram for System::KERNEL_USER_TIMES:

Public Attributes

longlong CreateTime
 
longlong ExitTime
 
longlong KernelTime
 
longlong UserTime
 

Detailed Description

Process/Thread System and User Time NtQueryInformationProcess using ProcessTimes NtQueryInformationThread using ThreadTimes.

Definition at line 94 of file ProcessDescriptor.h.

Member Data Documentation

longlong System::KERNEL_USER_TIMES::CreateTime

Definition at line 95 of file ProcessDescriptor.h.

longlong System::KERNEL_USER_TIMES::ExitTime

Definition at line 96 of file ProcessDescriptor.h.

longlong System::KERNEL_USER_TIMES::KernelTime

Definition at line 97 of file ProcessDescriptor.h.

longlong System::KERNEL_USER_TIMES::UserTime

Definition at line 98 of file ProcessDescriptor.h.


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