ReactOS 0.4.16-dev-340-g0540c21
|
#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) |
static BOOL | StartInstaller (IN LPCTSTR 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 626 of file userinit.c.
Referenced by wWinMain().
Definition at line 137 of file userinit.c.
Referenced by StartShell().
Definition at line 83 of file userinit.c.
Referenced by GetShell(), and StartShell().
Definition at line 480 of file userinit.c.
Referenced by wWinMain().
Definition at line 39 of file userinit.c.
Referenced by IsConsoleShell().
Definition at line 468 of file userinit.c.
Referenced by wWinMain().
Definition at line 385 of file userinit.c.
Referenced by SetUserSettings().
Definition at line 425 of file userinit.c.
Referenced by SetUserSettings().
Definition at line 504 of file userinit.c.
Referenced by wWinMain().
Definition at line 186 of file userinit.c.
Referenced by StartInstaller(), and StartShell().
Definition at line 224 of file userinit.c.
Referenced by wWinMain().
Definition at line 371 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 654 of file userinit.c.
Definition at line 336 of file userinit.c.
Referenced by SetUserSysColors().
HINSTANCE hInstance |
Definition at line 33 of file userinit.c.
Referenced by wWinMain().