ReactOS 0.4.16-dev-424-ge4748fe
|
#include "msgina.h"
#include <wingdi.h>
#include <winnls.h>
#include <winreg.h>
#include <ndk/exfuncs.h>
#include <ndk/setypes.h>
Go to the source code of this file.
Classes | |
struct | _DISPLAYSTATUSMSG |
struct | _LEGALNOTICEDATA |
struct | _DLG_DATA |
Macros | |
#define | IDT_BAR 1 |
#define | ISKEYDOWN(x) (GetKeyState(x) & 0x8000) |
Typedefs | |
typedef struct _DISPLAYSTATUSMSG | DISPLAYSTATUSMSG |
typedef struct _DISPLAYSTATUSMSG * | PDISPLAYSTATUSMSG |
typedef struct _LEGALNOTICEDATA | LEGALNOTICEDATA |
typedef struct _LEGALNOTICEDATA * | PLEGALNOTICEDATA |
typedef struct _DLG_DATA | DLG_DATA |
typedef struct _DLG_DATA * | PDLG_DATA |
Variables | |
GINA_UI | GinaGraphicalUI |
typedef struct _DISPLAYSTATUSMSG DISPLAYSTATUSMSG |
typedef struct _LEGALNOTICEDATA LEGALNOTICEDATA |
typedef struct _DISPLAYSTATUSMSG * PDISPLAYSTATUSMSG |
typedef struct _LEGALNOTICEDATA * PLEGALNOTICEDATA |
Definition at line 189 of file gui.c.
Referenced by StatusDialogProc().
|
static |
Definition at line 748 of file gui.c.
Referenced by OnChangePassword().
|
static |
Definition at line 52 of file gui.c.
Referenced by LockedDialogProc(), LogonDialogProc(), StatusDialogProc(), UnlockDialogProc(), and WelcomeDialogProc().
Definition at line 94 of file gui.c.
Referenced by LockedDialogProc(), LogonDialogProc(), StatusDialogProc(), UnlockDialogProc(), and WelcomeDialogProc().
Definition at line 64 of file gui.c.
Referenced by LockedDialogProc(), LogonDialogProc(), StatusDialogProc(), UnlockDialogProc(), and WelcomeDialogProc().
|
static |
Definition at line 593 of file gui.c.
Referenced by ChangePasswordDialogProc().
Definition at line 1099 of file gui.c.
Referenced by LogonDialogProc().
Definition at line 1498 of file gui.c.
Referenced by UnlockDialogProc().
Definition at line 546 of file gui.c.
Referenced by DoLogon(), and DoUnlock().
|
static |
Definition at line 1706 of file gui.c.
|
static |
Definition at line 529 of file gui.c.
|
static |
Definition at line 398 of file gui.c.
|
static |
|
static |
Definition at line 1631 of file gui.c.
Definition at line 1055 of file gui.c.
|
static |
Definition at line 1414 of file gui.c.
|
static |
|
static |
Definition at line 1379 of file gui.c.
Referenced by GUILoggedOutSAS().
|
static |
Definition at line 1658 of file gui.c.
Referenced by GUIDisplayLockedNotice().
|
static |
Definition at line 860 of file gui.c.
Referenced by OnLogOff().
|
static |
Definition at line 1290 of file gui.c.
Referenced by GUILoggedOutSAS().
|
static |
Definition at line 837 of file gui.c.
Referenced by DoLogon(), and SecurityDialogProc().
|
static |
Definition at line 804 of file gui.c.
Referenced by SecurityDialogProc().
|
static |
Definition at line 895 of file gui.c.
Referenced by SecurityDialogProc().
|
static |
Definition at line 911 of file gui.c.
Referenced by LogonDialogProc(), and SecurityDialogProc().
|
static |
Definition at line 570 of file gui.c.
Referenced by DoChangePassword(), DoLogon(), and SecurityDialogProc().
|
static |
Definition at line 960 of file gui.c.
Referenced by GUILoggedOnSAS().
|
static |
Definition at line 1255 of file gui.c.
Referenced by LogonDialogProc().
|
static |
Definition at line 1479 of file gui.c.
Referenced by LockedDialogProc(), and UnlockDialogProc().
Definition at line 129 of file gui.c.
Referenced by LockedDialogProc(), LogonDialogProc(), SecurityDialogProc(), and UnlockDialogProc().
Definition at line 359 of file gui.c.
Referenced by GUIDisplayStatusMessage().
|
static |
Definition at line 253 of file gui.c.
Referenced by StartupWindowThread().
|
static |
Definition at line 1563 of file gui.c.
Referenced by GUILockedSAS().
|
static |
Definition at line 486 of file gui.c.
Referenced by GUIDisplaySASNotice().
GINA_UI GinaGraphicalUI |
Definition at line 1720 of file gui.c.
Referenced by ChooseGinaUI().