|
ReactOS 0.4.16-dev-2207-geb15453
|
#include "userinit.h"
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 LPCWSTR CommandLine) |
| static BOOL | StartShell (VOID) |
| 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 29 of file userinit.c.
Definition at line 629 of file userinit.c.
Referenced by wWinMain().
| BOOL ExpandInstallerPath | ( | IN LPCWSTR | lpInstallerName, |
| OUT LPWSTR | lpInstallerPath, | ||
| IN SIZE_T | PathSize | ||
| ) |
Definition at line 488 of file userinit.c.
Referenced by StartInstaller().
Definition at line 133 of file userinit.c.
Referenced by StartShell().
Definition at line 80 of file userinit.c.
Referenced by GetShell(), and StartShell().
Definition at line 462 of file userinit.c.
Referenced by wWinMain().
Definition at line 38 of file userinit.c.
Referenced by IsConsoleShell().
Definition at line 452 of file userinit.c.
Referenced by wWinMain().
Definition at line 373 of file userinit.c.
Referenced by SetUserSettings().
Definition at line 411 of file userinit.c.
Referenced by SetUserSettings().
Definition at line 608 of file userinit.c.
Referenced by wWinMain().
Definition at line 180 of file userinit.c.
Referenced by StartInstaller(), and StartShell().
Definition at line 216 of file userinit.c.
Referenced by wWinMain().
Definition at line 361 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 657 of file userinit.c.
Definition at line 326 of file userinit.c.
Referenced by SetUserSysColors().
| HINSTANCE hInstance |
Definition at line 33 of file userinit.c.
Referenced by wWinMain().