Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/ntdll/
H A DNtSetInformationProcess.c159 …cForeground = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(PROCESS_FOREGROUND_BACKGROUND)); in Test_ProcForegroundBackgroundClass()
180 sizeof(PROCESS_FOREGROUND_BACKGROUND)); in Test_ProcForegroundBackgroundClass()
187 sizeof(PROCESS_FOREGROUND_BACKGROUND)); in Test_ProcForegroundBackgroundClass()
205 sizeof(PROCESS_FOREGROUND_BACKGROUND)); in Test_ProcForegroundBackgroundClass()
212 sizeof(PROCESS_FOREGROUND_BACKGROUND)); in Test_ProcForegroundBackgroundClass()
/reactos/subsystems/csr/csrsrv/
H A Dprocsup.c1109 PROCESS_FOREGROUND_BACKGROUND ProcessPriority; in CsrSetBackgroundPriority()
1140 PROCESS_FOREGROUND_BACKGROUND ProcessPriority; in CsrSetForegroundPriority()
/reactos/ntoskrnl/ps/
H A Dquery.c1119 PROCESS_FOREGROUND_BACKGROUND Foreground = {0}; in NtSetInformationProcess()
1492 if (ProcessInformationLength != sizeof(PROCESS_FOREGROUND_BACKGROUND)) in NtSetInformationProcess()
/reactos/sdk/include/ndk/
H A Dpstypes.h967 } PROCESS_FOREGROUND_BACKGROUND, *PPROCESS_FOREGROUND_BACKGROUND; typedef