ReactOS 0.4.16-dev-292-gbbdcc14
|
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 785 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 1060 of file msgina.c.
BOOL DoAdminUnlock | ( | IN PGINA_CONTEXT | pgContext, |
IN PWSTR | UserName, | ||
IN PWSTR | Domain, | ||
IN PWSTR | Password | ||
) |
Definition at line 665 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 650 of file msgina.c.
Referenced by CreateProfile().
|
static |
Definition at line 167 of file msgina.c.
Referenced by WlxInitialize().
Definition at line 285 of file msgina.c.
Referenced by WlxInitialize().
Definition at line 60 of file msgina.c.
Referenced by ChooseGinaUI(), GetRegistrySettings(), and GUILoggedOutSAS().
BOOL WINAPI WlxActivateUserShell | ( | PVOID | pWlxContext, |
PWSTR | pszDesktopName, | ||
PWSTR | pszMprLogonScript, | ||
PVOID | pEnvironment | ||
) |
Definition at line 515 of file msgina.c.
Definition at line 987 of file msgina.c.
Definition at line 893 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 308 of file msgina.c.
Definition at line 577 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 935 of file msgina.c.
Definition at line 368 of file msgina.c.
Definition at line 1040 of file msgina.c.
BOOL WINAPI WlxStartApplication | ( | PVOID | pWlxContext, |
PWSTR | pszDesktopName, | ||
PVOID | pEnvironment, | ||
PWSTR | pszCmdLine | ||
) |
Definition at line 449 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().