ReactOS 0.4.16-dev-746-g329a414
|
#include "userinit.h"
Go to the source code of this file.
Classes | |
struct | _LIVECD_UNATTEND |
Typedefs | |
typedef struct _LIVECD_UNATTEND | LIVECD_UNATTEND |
Functions | |
static VOID | InitLogo (PIMGINFO pImgInfo, HWND hwndDlg) |
BOOL | IsLiveCD (VOID) |
static BOOL CALLBACK | LocalesEnumProc (LPTSTR lpLocale) |
static VOID | CreateLanguagesList (HWND hwnd, PSTATE pState) |
static BOOL | GetLayoutName (LPCWSTR szLCID, LPWSTR szName) |
static VOID | SetKeyboardLayout (HWND hwnd) |
static VOID | SelectKeyboardForLanguage (HWND hwnd, LCID lcid) |
static VOID | CreateKeyboardLayoutList (HWND hItemsList) |
static VOID | InitializeDefaultUserLocale (PLCID pNewLcid) |
VOID | CenterWindow (HWND hWnd) |
static VOID | OnDrawItem (LPDRAWITEMSTRUCT lpDrawItem, PSTATE pState, UINT uCtlID) |
static INT_PTR CALLBACK | LocaleDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | StartDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
VOID | ParseUnattend (LPCWSTR UnattendInf, LIVECD_UNATTEND *pUnattend) |
VOID | RunLiveCD (PSTATE pState) |
Variables | |
HWND | hList |
HWND | hLocaleList |
BOOL | bSpain = FALSE |
typedef struct _LIVECD_UNATTEND LIVECD_UNATTEND |
Definition at line 559 of file livecd.c.
Referenced by LocaleDlgProc(), and StartDlgProc().
Definition at line 377 of file livecd.c.
Referenced by LocaleDlgProc().
Definition at line 212 of file livecd.c.
Referenced by LocaleDlgProc().
Definition at line 241 of file livecd.c.
Referenced by CreateKeyboardLayoutList().
Definition at line 436 of file livecd.c.
Referenced by LocaleDlgProc().
Definition at line 25 of file livecd.c.
Referenced by RunLiveCD().
Definition at line 106 of file livecd.c.
Referenced by wWinMain().
|
static |
Definition at line 622 of file livecd.c.
Referenced by RunLiveCD().
Definition at line 162 of file livecd.c.
Referenced by CreateLanguagesList().
|
static |
Definition at line 584 of file livecd.c.
Referenced by LocaleDlgProc(), and StartDlgProc().
VOID ParseUnattend | ( | LPCWSTR | UnattendInf, |
LIVECD_UNATTEND * | pUnattend | ||
) |
Definition at line 846 of file livecd.c.
Referenced by RunLiveCD().
Definition at line 886 of file livecd.c.
Referenced by wWinMain().
Definition at line 333 of file livecd.c.
Referenced by LocaleDlgProc().
Definition at line 308 of file livecd.c.
Referenced by LocaleDlgProc().
|
static |
Definition at line 760 of file livecd.c.
Referenced by RunLiveCD().
Definition at line 12 of file livecd.c.
Referenced by CreateLanguagesList(), and LocalesEnumProc().
HWND hList |
Definition at line 10 of file livecd.c.
Referenced by COpenWithList::AddAppToMRUList(), AddColumns(), AddMRUData(), AddMRUStringA(), AddMRUStringW(), FxPkgFdo::CreateDefaultDeviceList(), CreateDragImage(), CreateLanguagesList(), CreateNTPServerList(), DelMRUString(), DelScheme(), DeviceDlgProc(), DoCreatePartition(), DoDeletePartition(), DriveDlgProc(), EnumAudioDeviceInterfaces(), EnumerateDrivers(), EnumMRUListA(), EnumMRUListW(), FindMRUData(), FindMRUStringA(), FindMRUStringW(), get_comboexlist_selection(), CApplicationView::GetRestoreListSelectionData(), GetSelectedLayout(), InitCodePagesList(), InitHardWareTypesPage(), FxPkgFdo::Initialize(), InitProbeListPage(), KsOpenDefaultDevice(), CKsProxy::Load(), COpenWithList::LoadMRUList(), LocalesEnumProc(), NewDocSelDlgProc(), PipeReadThread(), SetNTPServer(), SetStartupType(), ShowSoundScheme(), StartApplication(), test_combo_dropdown_size(), test_combo_WS_VSCROLL(), test_comboex_WM_LBUTTONDOWN(), test_create(), test_itemfrompoint(), test_listbox_height(), test_listbox_item_data(), test_listbox_LB_DIR(), test_listbox_size(), test_WM_LBUTTONDOWN(), test_WS_VSCROLL(), UpdateData(), and UpgradeRepairDlgProc().