ReactOS 0.4.16-dev-1210-gbc03c01
|
Go to the source code of this file.
Typedefs | |
typedef DWORD(WINAPI * | pThemeWait) (DWORD dwTimeout) |
typedef BOOL(WINAPI * | pThemeWatch) (void) |
Variables | |
HINSTANCE | hDllInstance |
GINA_UI | GinaGraphicalUI |
GINA_UI | GinaTextUI |
static PGINA_UI | pGinaUI |
static SID_IDENTIFIER_AUTHORITY | SystemAuthority = {SECURITY_NT_AUTHORITY} |
static PSID | AdminSid |
Definition at line 118 of file msgina.c.
Referenced by WlxInitialize().
BOOL CreateProfile | ( | IN OUT PGINA_CONTEXT | pgContext, |
IN PWSTR | UserName, | ||
IN PWSTR | Domain, | ||
IN PWSTR | Password | ||
) |
Definition at line 831 of file msgina.c.
Referenced by DoLogon(), and TUILoggedOutSAS().
@DllMain
Core routine of the Utility Manager's library.
[in] | hDllInstance | The entry point instance of the library. |
[in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
[in] | lpvReserved | Reserved. |
Definition at line 1106 of file msgina.c.
BOOL DoAdminUnlock | ( | IN PGINA_CONTEXT | pgContext, |
IN PWSTR | UserName, | ||
IN PWSTR | Domain, | ||
IN PWSTR | Password | ||
) |
Definition at line 711 of file msgina.c.
Referenced by DoUnlock().
NTSTATUS DoLoginTasks | ( | IN OUT PGINA_CONTEXT | pgContext, |
IN PWSTR | UserName, | ||
IN PWSTR | Domain, | ||
IN PWSTR | Password, | ||
OUT PNTSTATUS | SubStatus | ||
) |
Definition at line 696 of file msgina.c.
Referenced by CreateProfile().
|
static |
Definition at line 180 of file msgina.c.
Referenced by GetRegistrySettings().
|
static |
Definition at line 211 of file msgina.c.
Referenced by WlxInitialize().
Definition at line 331 of file msgina.c.
Referenced by WlxInitialize().
Definition at line 60 of file msgina.c.
Referenced by ChooseGinaUI(), GetRegistrySettings(), and GUILoggedOutSAS().
|
static |
Definition at line 165 of file msgina.c.
Referenced by GetLsaDefaultPassword().
BOOL WINAPI WlxActivateUserShell | ( | PVOID | pWlxContext, |
PWSTR | pszDesktopName, | ||
PWSTR | pszMprLogonScript, | ||
PVOID | pEnvironment | ||
) |
Definition at line 561 of file msgina.c.
Definition at line 1033 of file msgina.c.
Definition at line 939 of file msgina.c.
BOOL WINAPI WlxDisplayStatusMessage | ( | IN PVOID | pWlxContext, |
IN HDESK | hDesktop, | ||
IN DWORD | dwOptions, | ||
IN PWSTR | pTitle, | ||
IN PWSTR | pMessage | ||
) |
BOOL WINAPI WlxInitialize | ( | LPWSTR | lpWinsta, |
HANDLE | hWlx, | ||
PVOID | pvReserved, | ||
PVOID | pWinlogonFunctions, | ||
PVOID * | pWlxContext | ||
) |
Definition at line 354 of file msgina.c.
Definition at line 623 of file msgina.c.
INT WINAPI WlxLoggedOutSAS | ( | IN PVOID | pWlxContext, |
IN DWORD | dwSasType, | ||
OUT PLUID | pAuthenticationId, | ||
IN OUT PSID | pLogonSid, | ||
OUT PDWORD | pdwOptions, | ||
OUT PHANDLE | phToken, | ||
OUT PWLX_MPR_NOTIFY_INFO | pMprNotifyInfo, | ||
OUT PVOID * | pProfile | ||
) |
Definition at line 981 of file msgina.c.
Definition at line 414 of file msgina.c.
Definition at line 1086 of file msgina.c.
BOOL WINAPI WlxStartApplication | ( | PVOID | pWlxContext, |
PWSTR | pszDesktopName, | ||
PVOID | pEnvironment, | ||
PWSTR | pszCmdLine | ||
) |
Definition at line 495 of file msgina.c.
Referenced by WlxActivateUserShell().
|
static |
Definition at line 39 of file msgina.c.
Referenced by AccessGrantedMultipleObjectsTests(), AccessGrantedNoDaclTests(), AccessGrantedTests(), DenyAccessTests(), DllMain(), DoAdminUnlock(), GetDosDevicesProtection(), GrantedAccessTests(), RtlpSysVolCheckOwnerAndSecurity(), RtlpSysVolTakeOwnership(), SmpCreateSecurityDescriptors(), test_AccessCheck(), and test_process_security().
|
extern |
Definition at line 1720 of file gui.c.
Referenced by ChooseGinaUI().
|
extern |
Definition at line 276 of file tui.c.
Referenced by ChooseGinaUI().
HINSTANCE hDllInstance |
Definition at line 33 of file msgina.c.
Referenced by DllMain(), and WlxInitialize().
|
static |
Definition at line 37 of file msgina.c.
Referenced by ChooseGinaUI(), WlxDisplayLockedNotice(), WlxDisplaySASNotice(), WlxDisplayStatusMessage(), WlxInitialize(), WlxLoggedOnSAS(), WlxLoggedOutSAS(), WlxRemoveStatusMessage(), and WlxWkstaLockedSAS().
|
static |
Definition at line 38 of file msgina.c.
Referenced by BuildTokenGroups(), CSR_API(), DllMain(), LogonUserExW(), and MyLogonUser().