|
ReactOS 0.4.16-dev-1948-gd260c1d
|

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 60 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 759 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 1095 of file msgina.c.
| BOOL DoAdminUnlock | ( | IN PGINA_CONTEXT | pgContext, |
| IN PWSTR | UserName, | ||
| IN PWSTR | Domain, | ||
| IN PWSTR | Password | ||
| ) |
Definition at line 639 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 | ||
| ) |
|
static |
Definition at line 122 of file msgina.c.
Referenced by GetRegistrySettings().
|
static |
Definition at line 153 of file msgina.c.
Referenced by WlxInitialize().
Definition at line 236 of file msgina.c.
Referenced by WlxInitialize().
|
static |
Definition at line 107 of file msgina.c.
Referenced by GetLsaDefaultPassword().
| BOOL WINAPI WlxActivateUserShell | ( | _In_ PVOID | pWlxContext, |
| _In_ PWSTR | pszDesktopName, | ||
| _In_ PWSTR | pszMprLogonScript, | ||
| _In_ PVOID | pEnvironment | ||
| ) |
Definition at line 467 of file msgina.c.
Definition at line 911 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 259 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 953 of file msgina.c.
Definition at line 1041 of file msgina.c.
Definition at line 319 of file msgina.c.
Definition at line 1075 of file msgina.c.
| BOOL WINAPI WlxStartApplication | ( | PVOID | pWlxContext, |
| PWSTR | pszDesktopName, | ||
| PVOID | pEnvironment, | ||
| PWSTR | pszCmdLine | ||
| ) |
Definition at line 400 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 1798 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().