ReactOS 0.4.16-dev-122-g325d74c
|
#include <winternl.h>
Public Attributes | |
LARGE_INTEGER | CreateTime |
LARGE_INTEGER | ExitTime |
LARGE_INTEGER | KernelTime |
LARGE_INTEGER | UserTime |
Definition at line 1059 of file winternl.h.
LARGE_INTEGER _KERNEL_USER_TIMES::CreateTime |
Definition at line 1060 of file winternl.h.
Referenced by CsrCreateProcess(), CsrCreateRemoteThread(), CsrCreateThread(), CsrSbCreateSession(), GetProcessTimes(), GetThreadTimes(), NtQueryInformationProcess(), NtQueryInformationThread(), Test_ProcessTimes(), and test_query_process_times().
LARGE_INTEGER _KERNEL_USER_TIMES::ExitTime |
Definition at line 1061 of file winternl.h.
Referenced by CsrCreateRemoteThread(), GetProcessTimes(), GetThreadTimes(), NtQueryInformationProcess(), NtQueryInformationThread(), Test_ProcessTimes(), and test_query_process_times().
LARGE_INTEGER _KERNEL_USER_TIMES::KernelTime |
Definition at line 1062 of file winternl.h.
Referenced by GetProcessTimes(), GetThreadTimes(), NtQueryInformationProcess(), NtQueryInformationThread(), Test_ProcessTimes(), and test_query_process_times().
LARGE_INTEGER _KERNEL_USER_TIMES::UserTime |
Definition at line 1063 of file winternl.h.
Referenced by GetProcessTimes(), GetThreadTimes(), NtQueryInformationProcess(), NtQueryInformationThread(), Test_ProcessTimes(), and test_query_process_times().