Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/ntdll/
H A DNtSetInformationProcess.c157 PPROCESS_FOREGROUND_BACKGROUND ProcForeground; in Test_ProcForegroundBackgroundClass() local
159ProcForeground = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(PROCESS_FOREGROUND_BACKGROUN… in Test_ProcForegroundBackgroundClass()
160 if (ProcForeground == NULL) in Test_ProcForegroundBackgroundClass()
167 ProcForeground->Foreground = FALSE; in Test_ProcForegroundBackgroundClass()
179 ProcForeground, in Test_ProcForegroundBackgroundClass()
211 ProcForeground, in Test_ProcForegroundBackgroundClass()
216 HeapFree(GetProcessHeap(), 0, ProcForeground); in Test_ProcForegroundBackgroundClass()