Home
last modified time | relevance | path

Searched refs:spti (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/ntdll/
H A Dinfo.c1276 KERNEL_USER_TIMES spti; in test_query_process_times() local
1278 status = pNtQueryInformationProcess(NULL, ProcessTimes, NULL, sizeof(spti), NULL); in test_query_process_times()
1282 status = pNtQueryInformationProcess(NULL, ProcessTimes, &spti, sizeof(spti), NULL); in test_query_process_times()
1298 status = pNtQueryInformationProcess( process, ProcessTimes, &spti, sizeof(spti), &ReturnLength); in test_query_process_times()
1300 ok( sizeof(spti) == ReturnLength, "Inconsistent length %d\n", ReturnLength); in test_query_process_times()
1303 FileTimeToSystemTime((const FILETIME *)&spti.CreateTime, &UTC); in test_query_process_times()
1308 FileTimeToSystemTime((const FILETIME *)&spti.ExitTime, &UTC); in test_query_process_times()
1313 FileTimeToSystemTime((const FILETIME *)&spti.KernelTime, &Local); in test_query_process_times()
1316 FileTimeToSystemTime((const FILETIME *)&spti.UserTime, &Local); in test_query_process_times()
1319 …status = pNtQueryInformationProcess( GetCurrentProcess(), ProcessTimes, &spti, sizeof(spti) * 2, &… in test_query_process_times()
[all …]