ReactOS
0.4.15-dev-1647-g91fceab
|
#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 431 of file sas.c.
Referenced by HandleLogon().
|
static |
Definition at line 769 of file sas.c.
Referenced by HandleLogoff().
|
static |
Definition at line 1212 of file sas.c.
Referenced by SASWindowProc().
Definition at line 1122 of file sas.c.
Referenced by DispatchSAS(), and SASWindowProc().
Definition at line 895 of file sas.c.
Referenced by DoGenericAction().
|
static |
Definition at line 577 of file sas.c.
Referenced by DoGenericAction().
Definition at line 1343 of file sas.c.
Referenced by SASWindowProc().
Definition at line 1039 of file sas.c.
Referenced by DoGenericAction(), and WinMain().
BOOL InitializeSAS | ( | IN OUT PWLSESSION | Session | ) |
Definition at line 1578 of file sas.c.
Referenced by WinMain().
Definition at line 739 of file sas.c.
Referenced by HandleLogoff().
Definition at line 694 of file sas.c.
Referenced by HandleLogoff(), and HandleShutdown().
|
static |
Definition at line 420 of file sas.c.
Referenced by HandleLogon().
Definition at line 283 of file sas.c.
Referenced by PlayLogonSound().
Definition at line 239 of file sas.c.
Referenced by HandleMessageBeep(), and PlayLogonSoundThread().
|
static |
Definition at line 1308 of file sas.c.
Referenced by SASWindowProc().
|
static |
Definition at line 513 of file sas.c.
Referenced by HandleLogon().
|
static |
Definition at line 1378 of file sas.c.
Referenced by InitializeSAS().
BOOL SetDefaultLanguage | ( | IN PWLSESSION | Session | ) |
Definition at line 110 of file sas.c.
Referenced by HandleLogon(), and InitializeSAS().
|
static |
Definition at line 993 of file sas.c.
Referenced by HandleShutdown().
|
static |
Definition at line 51 of file sas.c.
Referenced by DoGenericAction().
|
static |
Definition at line 79 of file sas.c.
Referenced by HandleLogon(), and SASWindowProc().
|
static |
Definition at line 1025 of file sas.c.
Referenced by HandleShutdown(), and InitializeSAS().
|
static |
Definition at line 1328 of file sas.c.
Referenced by SASWindowProc().
Definition at line 44 of file sas.c.
Referenced by LogoffShutdownThread(), and SASWindowProc().
LUID LuidNone = {0, 0} |
Definition at line 46 of file sas.c.
Referenced by CreateWindowStationAndDesktops(), HandleLogoff(), HandleLogon(), and SetWindowStationUser().