ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Classes | |
struct | _UMPDPKTHEAD |
Macros | |
#define | MAX_USER_MODE_DRV_BUFFER 526 |
#define | KEY_LENGTH 1024 |
#define | DEFINE_USER32_CALLBACK(id, value, fn) fn, |
#define | WIN_OBJ_DIR L"\\Windows" |
#define | SESSION_DIR L"\\Sessions" |
Typedefs | |
typedef struct _UMPDPKTHEAD | UMPDPKTHEAD |
typedef struct _UMPDPKTHEAD * | PUMPDPKTHEAD |
#define SESSION_DIR L"\\Sessions" |
#define WIN_OBJ_DIR L"\\Windows" |
typedef struct _UMPDPKTHEAD * PUMPDPKTHEAD |
typedef struct _UMPDPKTHEAD UMPDPKTHEAD |
Definition at line 443 of file dllmain.c.
Definition at line 330 of file dllmain.c.
Definition at line 221 of file dllmain.c.
Referenced by Init().
Definition at line 456 of file dllmain.c.
INT WINAPI GdiPrinterThunk | ( | PUMPDPKTHEAD | , |
PVOID | , | ||
INT | |||
) |
Referenced by User32CallUMPDFromKernel().
Definition at line 45 of file dllmain.c.
Referenced by ClientThreadSetupHelper(), and GdiDllInitialize().
Definition at line 42 of file dllmain.c.
Referenced by LoadAppInitDlls().
BOOL Init | ( | PUSERCONNECT | UserCon | ) |
Definition at line 370 of file dllmain.c.
Definition at line 141 of file dllmain.c.
Referenced by ClientThreadSetupHelper().
Definition at line 577 of file dllmain.c.
Definition at line 717 of file dllmain.c.
Definition at line 704 of file dllmain.c.
Definition at line 652 of file dllmain.c.
Definition at line 620 of file dllmain.c.
Definition at line 591 of file dllmain.c.
Definition at line 673 of file dllmain.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |
PVOID apfnDispatch[USER32_CALLBACK_COUNT] |
PPROCESSINFO g_ppi = NULL |
Definition at line 29 of file dllmain.c.
Referenced by ClientThreadSetupHelper(), Init(), and ValidateCallProc().
Definition at line 36 of file dllmain.c.
Referenced by ClientThreadSetupHelper(), and Init().
Definition at line 34 of file dllmain.c.
Referenced by RegisterLogonProcess().
Definition at line 35 of file dllmain.c.
Referenced by ClientThreadSetupHelper(), DllMain(), Init(), and LoadUserApiHook().
PUSER_HANDLE_ENTRY gHandleEntries = NULL |
Definition at line 33 of file dllmain.c.
Referenced by ClientThreadSetupHelper(), GetUser32Handle(), and Init().
PUSER_HANDLE_TABLE gHandleTable = NULL |
Definition at line 32 of file dllmain.c.
Referenced by ClientThreadSetupHelper(), and Init().
PSERVERINFO gpsi = NULL |
Definition at line 31 of file dllmain.c.
Referenced by ClientThreadSetupHelper(), DllMain(), Init(), and User32CallSetWndIconsFromKernel().
SHAREDINFO gSharedInfo = {0} |
Definition at line 30 of file dllmain.c.
Referenced by ClientThreadSetupHelper(), DllMain(), and Init().
Definition at line 37 of file dllmain.c.
Referenced by User32CallSetWndIconsFromKernel().
Definition at line 37 of file dllmain.c.
Referenced by User32CallSetWndIconsFromKernel().
WCHAR szAppInit[KEY_LENGTH] |
Definition at line 39 of file dllmain.c.
Referenced by GetDllList(), LoadAppInitDlls(), and UnloadAppInitDlls().
HINSTANCE User32Instance |
Definition at line 27 of file dllmain.c.
Referenced by BITMAP_LoadImageW(), CURSORICON_LoadImageW(), DllMain(), GetClassInfoExA(), GetClassInfoExW(), Ghost_OnClose(), Ghost_OnCreate(), MB_GetString(), MDI_MoreWindowsDialog(), MDI_RefreshMenu(), MessageBoxTimeoutIndirectW(), ProcessHotKey(), RegisterClassExWOWW(), and RegisterClientPFN().
|
static |
Definition at line 26 of file dllmain.c.
Referenced by Cleanup(), and ClientThreadSetupHelper().