|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Functions | |
| PWSTR | WlStrDup (_In_opt_ PCWSTR String) |
| Duplicates the given string, allocating a buffer on the heap. | |
| static BOOL | StartServicesManager (VOID) |
| static BOOL | StartLsass (VOID) |
| static VOID | WaitForLsass (VOID) |
| static VOID | UpdateTcpIpInformation (VOID) |
| static BOOL | InitKeyboardLayouts (VOID) |
| BOOL | DisplayStatusMessage (IN PWLSESSION Session, IN HDESK hDesktop, IN UINT ResourceId) |
| BOOL | RemoveStatusMessage (IN PWLSESSION Session) |
| static INT_PTR CALLBACK | GinaLoadFailedWindowProc (IN HWND hwndDlg, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam) |
| int WINAPI | WinMain (IN HINSTANCE hInstance, IN HINSTANCE hPrevInstance, IN LPSTR lpCmdLine, IN int nShowCmd) |
Variables | |
| HINSTANCE | hAppInstance |
| PWLSESSION | WLSession = NULL |
Definition at line 370 of file winlogon.c.
Referenced by HandleLogoff(), HandleLogon(), HandleShutdown(), and WinMain().
|
static |
Definition at line 404 of file winlogon.c.
Referenced by WinMain().
Definition at line 306 of file winlogon.c.
Referenced by WinMain().
| BOOL RemoveStatusMessage | ( | IN PWLSESSION | Session | ) |
Definition at line 391 of file winlogon.c.
Referenced by DoGenericAction(), HandleLogoff(), HandleLogon(), and WinMain().
Definition at line 95 of file winlogon.c.
Referenced by WinMain().
Definition at line 47 of file winlogon.c.
Referenced by WinMain().
Definition at line 173 of file winlogon.c.
Referenced by WinMain().
Definition at line 136 of file winlogon.c.
Referenced by WinMain().
| int WINAPI WinMain | ( | IN HINSTANCE | hInstance, |
| IN HINSTANCE | hPrevInstance, | ||
| IN LPSTR | lpCmdLine, | ||
| IN int | nShowCmd | ||
| ) |
Definition at line 450 of file winlogon.c.
Duplicates the given string, allocating a buffer on the heap.
Definition at line 29 of file winlogon.c.
Referenced by AddNotificationDll(), AddSfcNotification(), and HandleLogon().
| HINSTANCE hAppInstance |
Definition at line 19 of file winlogon.c.
Referenced by DisplayStatusMessage(), and WinMain().
| PWLSESSION WLSession = NULL |
Definition at line 20 of file winlogon.c.
Referenced by DefaultWlxScreenSaverNotify(), RunSetupThreadProc(), and WinMain().