ReactOS 0.4.16-dev-1493-ge7358c5
|
#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 762 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 1104 of file gui.c.
Referenced by LogonDialogProc().
Definition at line 1510 of file gui.c.
Referenced by UnlockDialogProc().
Definition at line 546 of file gui.c.
Referenced by DoLogon(), and DoUnlock().
|
static |
Definition at line 1723 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 1648 of file gui.c.
Definition at line 1069 of file gui.c.
|
static |
Definition at line 1426 of file gui.c.
|
static |
|
static |
Definition at line 1391 of file gui.c.
Referenced by GUILoggedOutSAS().
|
static |
Definition at line 1675 of file gui.c.
Referenced by GUIDisplayLockedNotice().
|
static |
Definition at line 874 of file gui.c.
Referenced by OnLogOff().
|
static |
Definition at line 1302 of file gui.c.
Referenced by GUILoggedOutSAS().
|
static |
Definition at line 851 of file gui.c.
Referenced by DoLogon(), and SecurityDialogProc().
|
static |
Definition at line 818 of file gui.c.
Referenced by SecurityDialogProc().
|
static |
Definition at line 909 of file gui.c.
Referenced by SecurityDialogProc().
|
static |
Definition at line 925 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 974 of file gui.c.
Referenced by GUILoggedOnSAS().
|
static |
Definition at line 1267 of file gui.c.
Referenced by LogonDialogProc().
|
static |
Definition at line 1491 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 1580 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 1737 of file gui.c.
Referenced by ChooseGinaUI().