|
ReactOS 0.4.16-dev-2207-geb15453
|
#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 556 of file livecd.c.
Referenced by LocaleDlgProc(), and StartDlgProc().
Definition at line 374 of file livecd.c.
Referenced by LocaleDlgProc().
Definition at line 209 of file livecd.c.
Referenced by LocaleDlgProc().
Definition at line 238 of file livecd.c.
Referenced by CreateKeyboardLayoutList().
Definition at line 433 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 619 of file livecd.c.
Referenced by RunLiveCD().
Definition at line 159 of file livecd.c.
Referenced by CreateLanguagesList().
|
static |
Definition at line 581 of file livecd.c.
Referenced by LocaleDlgProc(), and StartDlgProc().
| VOID ParseUnattend | ( | LPCWSTR | UnattendInf, |
| LIVECD_UNATTEND * | pUnattend | ||
| ) |
Definition at line 852 of file livecd.c.
Referenced by RunLiveCD().
Definition at line 892 of file livecd.c.
Referenced by wWinMain().
Definition at line 330 of file livecd.c.
Referenced by LocaleDlgProc().
Definition at line 305 of file livecd.c.
Referenced by LocaleDlgProc().
|
static |
Definition at line 757 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().