ReactOS 0.4.16-dev-2-g02a6913
|
Go to the source code of this file.
Macros | |
#define | GHOST_TIMER_ID 0xFACEDEAD |
#define | GHOST_INTERVAL 1000 |
Variables | |
const struct builtin_class_descr | GHOST_builtin_class |
|
static |
Definition at line 382 of file ghost.c.
Referenced by Ghost_OnNCDestroy().
|
static |
Definition at line 109 of file ghost.c.
Referenced by Ghost_GetIcon(), Ghost_GetTarget(), Ghost_OnDraw(), Ghost_OnNCDestroy(), Ghost_OnTimer(), and Ghost_Unenchant().
Definition at line 487 of file ghost.c.
Referenced by GhostWndProc_common().
Definition at line 124 of file ghost.c.
Referenced by Ghost_OnCreate().
Definition at line 435 of file ghost.c.
Referenced by GhostWndProc_common().
|
static |
Definition at line 158 of file ghost.c.
Referenced by GhostWndProc_common().
Definition at line 376 of file ghost.c.
Referenced by GhostWndProc_common().
Definition at line 309 of file ghost.c.
Referenced by Ghost_OnNCPaint(), and GhostWndProc_common().
Definition at line 362 of file ghost.c.
Referenced by GhostWndProc_common().
Definition at line 402 of file ghost.c.
Referenced by GhostWndProc_common().
Definition at line 330 of file ghost.c.
Referenced by GhostWndProc_common().
Definition at line 350 of file ghost.c.
Referenced by GhostWndProc_common().
Definition at line 463 of file ghost.c.
Referenced by GhostWndProc_common().
Definition at line 298 of file ghost.c.
Referenced by Ghost_OnClose(), Ghost_OnTimer(), and GhostWndProc_common().
LRESULT WINAPI GhostWndProc_common | ( | HWND | hwnd, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL | unicode | ||
) |
Definition at line 515 of file ghost.c.
Referenced by GhostWndProcA(), GhostWndProcW(), and RegisterClientPFN().
Definition at line 604 of file ghost.c.
Referenced by RegisterClientPFN().
Definition at line 610 of file ghost.c.
Referenced by RegisterClientPFN().
Definition at line 29 of file ghost.c.
Referenced by IntGetWindowBitmap().
Definition at line 53 of file ghost.c.
Referenced by Ghost_OnCreate().
Definition at line 84 of file ghost.c.
Referenced by Ghost_OnCreate().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ghost | ) |
const struct builtin_class_descr GHOST_builtin_class |