Go to the source code of this file.
◆ IntMakeHungWindowGhosted()
Definition at line 156 of file ghost.c.
157{
159 if (!pHungWnd)
160 {
163 }
164
166 {
169 }
170
173
176
178 {
181 }
182
184 {
185 DPRINT(
"Already ghosting\n");
187 }
188
189
190
193
195}
BOOL UserCreateSystemThread(DWORD Type)
#define ValidateHwndNoErr(hwnd)
BOOL FASTCALL MsqIsHung(PTHREADINFO pti, DWORD TimeOut)
HWND FASTCALL IntGhostWindowFromHungWindow(PWND pHungWnd)
PTHREADINFO gptiGhostThread
BOOL FASTCALL IntIsGhostWindow(PWND Window)
Referenced by co_IntSendMessageTimeoutSingle().
◆ UserGhostThreadEntry()
Definition at line 27 of file ghost.c.
28{
29 TRACE(
"Ghost thread started\n");
30
32
34
35
36
38
40}
PVOID NTAPI PsGetCurrentThreadWin32Thread(VOID)
VOID FASTCALL UserLeave(VOID)
VOID FASTCALL UserEnterExclusive(VOID)
Referenced by UserSystemThreadProc().