|
ReactOS 0.4.16-dev-2207-geb15453
|
#include <stdio.h>#include <stdlib.h>#include <windef.h>#include <winbase.h>#include <wingdi.h>#include <winreg.h>#include <regstr.h>#include <winnls.h>#include <winuser.h>#include <undocuser.h>#include <strsafe.h>#include <ndk/exfuncs.h>#include <wine/debug.h>#include "resource.h"

Go to the source code of this file.
Classes | |
| struct | _IMGINFO |
| struct | STATE |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _INC_WINDOWS |
| #define | COM_NO_WINDOWS_H |
Typedefs | |
| typedef struct _IMGINFO | IMGINFO |
| typedef struct _IMGINFO * | PIMGINFO |
| typedef struct STATE * | PSTATE |
Enumerations | |
| enum | PAGESTATE { LOCALEPAGE , STARTPAGE , DONE } |
| enum | RUN { SHELL , INSTALLER , REBOOT } |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (userinit) | |
| LONG | ReadRegSzKey (IN HKEY hKey, IN LPCWSTR pszKey, OUT LPWSTR *pValue) |
| BOOL | ExpandInstallerPath (IN LPCWSTR lpInstallerName, OUT LPWSTR lpInstallerPath, IN SIZE_T PathSize) |
| BOOL | IsLiveCD (VOID) |
| VOID | RunLiveCD (PSTATE State) |
Variables | |
| HINSTANCE | hInstance |
| #define _INC_WINDOWS |
Definition at line 12 of file userinit.h.
| #define COM_NO_WINDOWS_H |
Definition at line 13 of file userinit.h.
| #define WIN32_NO_STATUS |
Definition at line 11 of file userinit.h.
| Enumerator | |
|---|---|
| LOCALEPAGE | |
| STARTPAGE | |
| DONE | |
Definition at line 33 of file userinit.h.
| 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 106 of file livecd.c.
Referenced by wWinMain().
Definition at line 38 of file userinit.c.
Referenced by IsConsoleShell().
Definition at line 892 of file livecd.c.
Referenced by wWinMain().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | userinit | ) |