ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
DBG_DEFAULT_CHANNEL (UserInput) | |
VOID NTAPI | UserGhostThreadEntry (VOID) |
BOOL FASTCALL | IntIsGhostWindow (PWND Window) |
HWND FASTCALL | IntGhostWindowFromHungWindow (PWND pHungWnd) |
HWND FASTCALL | UserGhostWindowFromHungWindow (HWND hwndHung) |
HWND FASTCALL | IntHungWindowFromGhostWindow (PWND pGhostWnd) |
HWND FASTCALL | UserHungWindowFromGhostWindow (HWND hwndGhost) |
BOOL FASTCALL | IntMakeHungWindowGhosted (HWND hwndHung) |
Variables | |
static UNICODE_STRING | GhostClass = RTL_CONSTANT_STRING(GHOSTCLASSNAME) |
static UNICODE_STRING | GhostProp = RTL_CONSTANT_STRING(GHOST_PROP) |
PTHREADINFO | gptiGhostThread = NULL |
DBG_DEFAULT_CHANNEL | ( | UserInput | ) |
Definition at line 76 of file ghost.c.
Referenced by IntMakeHungWindowGhosted(), and UserGhostWindowFromHungWindow().
Definition at line 107 of file ghost.c.
Referenced by UserHungWindowFromGhostWindow().
Definition at line 42 of file ghost.c.
Referenced by IntHungWindowFromGhostWindow(), and IntMakeHungWindowGhosted().
Definition at line 156 of file ghost.c.
Referenced by co_IntSendMessageTimeoutSingle().
Definition at line 27 of file ghost.c.
Referenced by UserSystemThreadProc().
|
static |
Definition at line 16 of file ghost.c.
Referenced by IntIsGhostWindow().
|
static |
Definition at line 17 of file ghost.c.
Referenced by IntGhostWindowFromHungWindow().
PTHREADINFO gptiGhostThread = NULL |
Definition at line 19 of file ghost.c.
Referenced by IntMakeHungWindowGhosted(), and UserGhostThreadEntry().