Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/ntdll/
H A Dprobelib.c148 case ProcessIoCounters: in QuerySetProcessValidator()
/reactos/sdk/include/xdk/
H A Dpstypes.h235 ProcessIoCounters, enumerator
/reactos/modules/rostests/winetests/ntdll/
H A Dinfo.c1237 …status = pNtQueryInformationProcess( GetCurrentProcess(), ProcessIoCounters, &pii, sizeof(pii), &R… in test_query_process_io()
1244 status = pNtQueryInformationProcess(NULL, ProcessIoCounters, NULL, sizeof(pii), NULL); in test_query_process_io()
1248 status = pNtQueryInformationProcess(NULL, ProcessIoCounters, &pii, sizeof(pii), NULL); in test_query_process_io()
1251 …status = pNtQueryInformationProcess( GetCurrentProcess(), ProcessIoCounters, &pii, 24, &ReturnLeng… in test_query_process_io()
1254 …status = pNtQueryInformationProcess( GetCurrentProcess(), ProcessIoCounters, &pii, sizeof(pii), &R… in test_query_process_io()
1258 …status = pNtQueryInformationProcess( GetCurrentProcess(), ProcessIoCounters, &pii, sizeof(pii) * 2… in test_query_process_io()
/reactos/sdk/include/ndk/
H A Dpstypes.h337 ProcessIoCounters, enumerator
/reactos/ntoskrnl/ps/
H A Dquery.c242 case ProcessIoCounters: in NtQueryInformationProcess()
/reactos/dll/win32/kernel32/client/
H A Dproc.c1874 ProcessIoCounters, in GetProcessIoCounters()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h858 ProcessIoCounters = 2, enumerator
/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c3705 case ProcessIoCounters: in test_process_info()