|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Go to the source code of this file.
Macros | |
| #define | CMP_MAGIC 0x01234567 |
Typedefs | |
| typedef DWORD(WINAPI * | PCMP_REPORT_LOGON) (DWORD, DWORD) |
Functions | |
| LONG | ReadRegSzKey (IN HKEY hKey, IN LPCWSTR pszKey, OUT LPWSTR *pValue) |
| static BOOL | IsConsoleShell (VOID) |
| static BOOL | GetShell (OUT WCHAR *CommandLine, IN HKEY hRootKey) |
| static BOOL | StartProcess (_In_ PCWSTR CommandLine, _In_opt_ PVOID pEnvironment) |
| static BOOL | StartShell (_In_opt_ PVOID pEnvironment) |
| static COLORREF | StrToColorref (IN LPWSTR lpszCol) |
| static VOID | SetUserSysColors (VOID) |
| static VOID | SetUserWallpaper (VOID) |
| static VOID | SetUserSettings (VOID) |
| static VOID | NotifyLogon (VOID) |
| BOOL | ExpandInstallerPath (IN LPCWSTR lpInstallerName, OUT LPWSTR lpInstallerPath, IN SIZE_T PathSize) |
| static BOOL | StartInstaller (IN LPCWSTR lpInstallerName) |
| static BOOL | EnablePrivilege (LPCWSTR lpszPrivilegeName, BOOL bEnablePrivilege) |
| int WINAPI | wWinMain (IN HINSTANCE hInst, IN HINSTANCE hPrevInstance, IN LPWSTR lpszCmdLine, IN int nCmdShow) |
Variables | |
| HINSTANCE | hInstance |
| const WCHAR | g_RegColorNames [][32] |
| #define CMP_MAGIC 0x01234567 |
Definition at line 30 of file userinit.c.
Definition at line 642 of file userinit.c.
Referenced by wWinMain().
| BOOL ExpandInstallerPath | ( | IN LPCWSTR | lpInstallerName, |
| OUT LPWSTR | lpInstallerPath, | ||
| IN SIZE_T | PathSize | ||
| ) |
Definition at line 501 of file userinit.c.
Referenced by StartInstaller().
Definition at line 134 of file userinit.c.
Referenced by StartShell().
Definition at line 81 of file userinit.c.
Referenced by GetShell(), and StartShell().
Definition at line 475 of file userinit.c.
Referenced by wWinMain().
Definition at line 39 of file userinit.c.
Referenced by IsConsoleShell().
Definition at line 465 of file userinit.c.
Referenced by wWinMain().
Definition at line 386 of file userinit.c.
Referenced by SetUserSettings().
Definition at line 424 of file userinit.c.
Referenced by SetUserSettings().
Definition at line 621 of file userinit.c.
Referenced by wWinMain().
Definition at line 181 of file userinit.c.
Referenced by StartInstaller(), and StartShell().
Definition at line 228 of file userinit.c.
Referenced by wWinMain().
Definition at line 374 of file userinit.c.
Referenced by SetUserSysColors().
| int WINAPI wWinMain | ( | IN HINSTANCE | hInst, |
| IN HINSTANCE | hPrevInstance, | ||
| IN LPWSTR | lpszCmdLine, | ||
| IN int | nCmdShow | ||
| ) |
Definition at line 670 of file userinit.c.
Definition at line 339 of file userinit.c.
Referenced by SetUserSysColors().
| HINSTANCE hInstance |
Definition at line 34 of file userinit.c.
Referenced by wWinMain().