ReactOS
0.4.15-dev-4870-g846c9aa
|
#include "usersrv.h"
#include <ndk/mmfuncs.h>
#include <undocelfapi.h>
#include <ntstrsafe.h>
#include "resource.h"
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NTOS_MODE_USER |
#define | NDEBUG |
Variables | |
LANGID | g_CurrentUserLangId = 0 |
UNICODE_STRING | g_SuccessU = {0, 0, NULL} |
UNICODE_STRING | g_InformationU = {0, 0, NULL} |
UNICODE_STRING | g_WarningU = {0, 0, NULL} |
UNICODE_STRING | g_ErrorU = {0, 0, NULL} |
UNICODE_STRING | g_SystemProcessU = {0, 0, NULL} |
UNICODE_STRING | g_OKTerminateU = {0, 0, NULL} |
UNICODE_STRING | g_CancelDebugU = {0, 0, NULL} |
#define NDEBUG |
Definition at line 23 of file harderror.c.
#define NTOS_MODE_USER |
Definition at line 15 of file harderror.c.
Definition at line 71 of file harderror.c.
Referenced by UserpFormatMessages().
Definition at line 885 of file harderror.c.
Referenced by UserpShowInformationBalloon(), and UserServerHardError().
int WINAPI MessageBoxTimeoutW | ( | HWND | hWnd, |
LPCWSTR | lpText, | ||
LPCWSTR | lpCaption, | ||
UINT | uType, | ||
WORD | wLanguageId, | ||
DWORD | dwTime | ||
) |
Referenced by UserpMessageBox().
VOID RtlLoadUnicodeString | ( | IN HINSTANCE hInstance | OPTIONAL, |
IN UINT | uID, | ||
OUT PUNICODE_STRING | pUnicodeString, | ||
IN PCWSTR | pDefaultString | ||
) |
Definition at line 40 of file harderror.c.
Referenced by UserInitHardErrorsCache().
Definition at line 1189 of file harderror.c.
Referenced by CSR_SERVER_DLL_INIT(), and UserServerHardError().
|
static |
Definition at line 100 of file harderror.c.
Referenced by UserpFormatMessages().
|
static |
Definition at line 331 of file harderror.c.
Referenced by UserpFormatMessages().
|
static |
Definition at line 367 of file harderror.c.
Referenced by UserServerHardError().
|
static |
Definition at line 220 of file harderror.c.
Referenced by UserpFormatMessages().
|
static |
Definition at line 240 of file harderror.c.
Referenced by UserpFormatMessages().
|
static |
Definition at line 1045 of file harderror.c.
Referenced by UserServerHardError().
|
static |
Definition at line 1008 of file harderror.c.
Referenced by UserServerHardError().
|
static |
Definition at line 933 of file harderror.c.
Referenced by UserServerHardError().
VOID NTAPI UserServerHardError | ( | IN PCSR_THREAD | ThreadData, |
IN PHARDERROR_MSG | Message | ||
) |
Definition at line 1082 of file harderror.c.
Referenced by CSR_SERVER_DLL_INIT().
UNICODE_STRING g_CancelDebugU = {0, 0, NULL} |
Definition at line 37 of file harderror.c.
Referenced by UserInitHardErrorsCache(), and UserpFormatMessages().
LANGID g_CurrentUserLangId = 0 |
Definition at line 30 of file harderror.c.
Referenced by UserInitHardErrorsCache().
UNICODE_STRING g_ErrorU = {0, 0, NULL} |
Definition at line 34 of file harderror.c.
Referenced by UserInitHardErrorsCache(), and UserpFormatMessages().
UNICODE_STRING g_InformationU = {0, 0, NULL} |
Definition at line 32 of file harderror.c.
Referenced by UserInitHardErrorsCache(), and UserpFormatMessages().
UNICODE_STRING g_OKTerminateU = {0, 0, NULL} |
Definition at line 36 of file harderror.c.
Referenced by UserInitHardErrorsCache(), and UserpFormatMessages().
UNICODE_STRING g_SuccessU = {0, 0, NULL} |
Definition at line 31 of file harderror.c.
Referenced by UserInitHardErrorsCache(), and UserpFormatMessages().
UNICODE_STRING g_SystemProcessU = {0, 0, NULL} |
Definition at line 35 of file harderror.c.
Referenced by UserInitHardErrorsCache(), and UserpFormatMessages().
UNICODE_STRING g_WarningU = {0, 0, NULL} |
Definition at line 33 of file harderror.c.
Referenced by UserInitHardErrorsCache(), and UserpFormatMessages().