|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "winlogon.h"#include <aclapi.h>#include <mmsystem.h>#include <userenv.h>#include <ndk/setypes.h>#include <ndk/sefuncs.h>
Go to the source code of this file.
Classes | |
| struct | tagLOGOFF_SHUTDOWN_DATA |
| struct | tagLOGON_SOUND_DATA |
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
| #define | WINLOGON_SAS_CLASS L"SAS Window class" |
| #define | WINLOGON_SAS_TITLE L"SAS window" |
| #define | IDHK_CTRL_ALT_DEL 0 |
| #define | IDHK_CTRL_SHIFT_ESC 1 |
| #define | IDHK_WIN_L 2 |
| #define | IDHK_WIN_U 3 |
| #define | EWX_ACTION_MASK 0x5C0F |
Typedefs | |
| typedef struct tagLOGOFF_SHUTDOWN_DATA | LOGOFF_SHUTDOWN_DATA |
| typedef struct tagLOGOFF_SHUTDOWN_DATA * | PLOGOFF_SHUTDOWN_DATA |
| typedef struct tagLOGON_SOUND_DATA | LOGON_SOUND_DATA |
| typedef struct tagLOGON_SOUND_DATA * | PLOGON_SOUND_DATA |
Variables | |
| static BOOL | ExitReactOSInProgress = FALSE |
| LUID | LuidNone = {0, 0} |
| typedef struct tagLOGON_SOUND_DATA * PLOGON_SOUND_DATA |
|
static |
Definition at line 495 of file sas.c.
Referenced by HandleLogoff().
|
static |
Definition at line 889 of file sas.c.
Referenced by HandleLogoff().
|
static |
Definition at line 1003 of file sas.c.
Referenced by HandleLogoff().
Definition at line 1322 of file sas.c.
Referenced by SASWindowProc().
Definition at line 1208 of file sas.c.
Referenced by DispatchSAS(), and SASWindowProc().
|
static |
Frees the MPR information structure allocated by the GINA.
Definition at line 546 of file sas.c.
Referenced by HandleLogon().
Frees the Profile information structure (WLX_PROFILE_V1_0 or WLX_PROFILE_V2_0) allocated by the GINA.
Definition at line 510 of file sas.c.
Referenced by HandleLogon().
|
static |
Definition at line 1015 of file sas.c.
Referenced by DoGenericAction().
|
static |
Definition at line 571 of file sas.c.
Referenced by DoGenericAction().
|
static |
Definition at line 1489 of file sas.c.
Referenced by SASWindowProc().
Definition at line 1149 of file sas.c.
Referenced by DoGenericAction(), and WinMain().
| BOOL InitializeSAS | ( | IN OUT PWLSESSION | Session | ) |
Definition at line 1740 of file sas.c.
Referenced by WinMain().
Definition at line 859 of file sas.c.
Referenced by HandleLogoff().
Definition at line 738 of file sas.c.
Referenced by RunLogoffShutdownThread().
|
static |
Definition at line 414 of file sas.c.
Referenced by HandleMessageBeep().
|
static |
Definition at line 397 of file sas.c.
Referenced by HandleLogoff().
|
static |
Definition at line 373 of file sas.c.
Referenced by HandleLogon().
Definition at line 299 of file sas.c.
Referenced by PlayLogonSound().
Definition at line 248 of file sas.c.
Referenced by PlayEventSound(), PlayLogoffShutdownSound(), and PlayLogonSoundThread().
|
static |
Definition at line 1437 of file sas.c.
Referenced by SASWindowProc().
|
static |
Definition at line 432 of file sas.c.
Referenced by HandleLogon().
|
static |
Definition at line 779 of file sas.c.
Referenced by HandleLogoff(), and HandleShutdown().
|
static |
Definition at line 1526 of file sas.c.
Referenced by InitializeSAS().
| BOOL SetDefaultLanguage | ( | IN PWLSESSION | Session | ) |
Definition at line 119 of file sas.c.
Referenced by HandleLogon(), and InitializeSAS().
|
static |
Definition at line 1103 of file sas.c.
Referenced by HandleShutdown().
|
static |
Definition at line 60 of file sas.c.
Referenced by DoGenericAction().
|
static |
Definition at line 88 of file sas.c.
Referenced by HandleLogon(), and SASWindowProc().
|
static |
Definition at line 1135 of file sas.c.
Referenced by HandleShutdown(), and InitializeSAS().
|
static |
Definition at line 1468 of file sas.c.
Referenced by SASWindowProc().
Definition at line 47 of file sas.c.
Referenced by LogoffShutdownThread(), and SASWindowProc().
| LUID LuidNone = {0, 0} |
Definition at line 49 of file sas.c.
Referenced by CreateWindowStationAndDesktops(), HandleLogoff(), HandleLogon(), and SetWindowStationUser().