|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winternl.h>

Public Attributes | |
| LARGE_INTEGER | CreateTime |
| LARGE_INTEGER | ExitTime |
| LARGE_INTEGER | KernelTime |
| LARGE_INTEGER | UserTime |
Definition at line 2373 of file winternl.h.
| LARGE_INTEGER _KERNEL_USER_TIMES::CreateTime |
Definition at line 2374 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 2375 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 2376 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 2377 of file winternl.h.
Referenced by GetProcessTimes(), GetThreadTimes(), NtQueryInformationProcess(), NtQueryInformationThread(), Test_ProcessTimes(), and test_query_process_times().