ReactOS 0.4.15-dev-7093-g01a8288
|
#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 |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | WINLOGON_SAS_CLASS L"SAS Window class" |
#define | WINLOGON_SAS_TITLE L"SAS window" |
#define | HK_CTRL_ALT_DEL 0 |
#define | HK_CTRL_SHIFT_ESC 1 |
#define | EWX_ACTION_MASK 0x5C0F |
Typedefs | |
typedef struct tagLOGOFF_SHUTDOWN_DATA | LOGOFF_SHUTDOWN_DATA |
typedef struct tagLOGOFF_SHUTDOWN_DATA * | PLOGOFF_SHUTDOWN_DATA |
Variables | |
static BOOL | ExitReactOSInProgress = FALSE |
LUID | LuidNone = {0, 0} |
|
static |
Definition at line 662 of file sas.c.
Referenced by HandleLogoff().
|
static |
Definition at line 776 of file sas.c.
Referenced by HandleLogoff().
Definition at line 1114 of file sas.c.
Referenced by SASWindowProc().
Definition at line 1020 of file sas.c.
Referenced by DispatchSAS(), and SASWindowProc().
Definition at line 788 of file sas.c.
Referenced by DoGenericAction().
|
static |
Definition at line 465 of file sas.c.
Referenced by DoGenericAction().
|
static |
Definition at line 1245 of file sas.c.
Referenced by SASWindowProc().
Definition at line 932 of file sas.c.
Referenced by DoGenericAction(), and WinMain().
BOOL InitializeSAS | ( | IN OUT PWLSESSION | Session | ) |
Definition at line 1482 of file sas.c.
Referenced by WinMain().
Definition at line 632 of file sas.c.
Referenced by HandleLogoff().
Definition at line 587 of file sas.c.
Referenced by HandleLogoff(), and HandleShutdown().
|
static |
Definition at line 383 of file sas.c.
Referenced by HandleMessageBeep().
|
static |
Definition at line 370 of file sas.c.
Referenced by HandleLogoff().
|
static |
Definition at line 290 of file sas.c.
Referenced by PlayLogonSound().
Definition at line 240 of file sas.c.
Referenced by PlayEventSound(), PlayLogoffSound(), and PlayLogonSoundThread().
|
static |
Definition at line 1210 of file sas.c.
Referenced by SASWindowProc().
|
static |
Definition at line 401 of file sas.c.
Referenced by HandleLogon().
|
static |
Definition at line 1282 of file sas.c.
Referenced by InitializeSAS().
BOOL SetDefaultLanguage | ( | IN PWLSESSION | Session | ) |
Definition at line 111 of file sas.c.
Referenced by HandleLogon(), and InitializeSAS().
|
static |
Definition at line 886 of file sas.c.
Referenced by HandleShutdown().
|
static |
Definition at line 52 of file sas.c.
Referenced by DoGenericAction().
|
static |
Definition at line 80 of file sas.c.
Referenced by HandleLogon(), and SASWindowProc().
|
static |
Definition at line 918 of file sas.c.
Referenced by HandleShutdown(), and InitializeSAS().
|
static |
Definition at line 1230 of file sas.c.
Referenced by SASWindowProc().
Definition at line 45 of file sas.c.
Referenced by LogoffShutdownThread(), and SASWindowProc().
LUID LuidNone = {0, 0} |
Definition at line 47 of file sas.c.
Referenced by CreateWindowStationAndDesktops(), HandleLogoff(), HandleLogon(), and SetWindowStationUser().