|
ReactOS 0.4.17-dev-243-g1369312
|

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 632 of file userinit.c.
Referenced by wWinMain().
| BOOL ExpandInstallerPath | ( | IN LPCWSTR | lpInstallerName, |
| OUT LPWSTR | lpInstallerPath, | ||
| IN SIZE_T | PathSize | ||
| ) |
Definition at line 491 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 465 of file userinit.c.
Referenced by wWinMain().
Definition at line 39 of file userinit.c.
Referenced by IsConsoleShell().
Definition at line 455 of file userinit.c.
Referenced by wWinMain().
Definition at line 376 of file userinit.c.
Referenced by SetUserSettings().
Definition at line 414 of file userinit.c.
Referenced by SetUserSettings().
Definition at line 611 of file userinit.c.
Referenced by wWinMain().
Definition at line 181 of file userinit.c.
Referenced by StartInstaller(), and StartShell().
Definition at line 218 of file userinit.c.
Referenced by wWinMain().
Definition at line 364 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 660 of file userinit.c.
Definition at line 329 of file userinit.c.
Referenced by SetUserSysColors().
| HINSTANCE hInstance |
Definition at line 34 of file userinit.c.
Referenced by wWinMain().