ReactOS 0.4.16-dev-125-g798ea90
|
#include "layout_list.h"
Go to the source code of this file.
Typedefs | |
typedef HRESULT(WINAPI * | FN_SHLoadRegUIStringW) (HKEY, LPCWSTR, LPWSTR, DWORD) |
Functions | |
static LAYOUT_LIST_NODE * | LayoutList_AppendNode (DWORD dwKLID, WORD wSpecialId, LPCWSTR pszFile, LPCWSTR pszName, LPCWSTR pszImeFile) |
VOID | LayoutList_Destroy (VOID) |
HRESULT | FakeSHLoadRegUIStringW (HKEY hkey, LPCWSTR value, LPWSTR buf, DWORD size) |
static BOOL | LayoutList_ReadLayout (HKEY hLayoutKey, LPCWSTR szKLID, LPCWSTR szSystemDirectory) |
VOID | LayoutList_Create (VOID) |
LAYOUT_LIST_NODE * | LayoutList_GetByHkl (HKL hkl) |
LAYOUT_LIST_NODE * | LayoutList_GetFirst (VOID) |
Variables | |
static LAYOUT_LIST_NODE * | _LayoutList = NULL |
Definition at line 88 of file layout_list.c.
Definition at line 90 of file layout_list.c.
Referenced by LayoutList_ReadLayout().
|
static |
Definition at line 14 of file layout_list.c.
Referenced by LayoutList_ReadLayout().
Definition at line 171 of file layout_list.c.
Referenced by OnInitSettingsPage().
Definition at line 67 of file layout_list.c.
Referenced by OnDestroySettingsPage().
LAYOUT_LIST_NODE * LayoutList_GetByHkl | ( | HKL | hkl | ) |
Definition at line 207 of file layout_list.c.
Referenced by InputList_Create().
LAYOUT_LIST_NODE * LayoutList_GetFirst | ( | VOID | ) |
Definition at line 249 of file layout_list.c.
Referenced by EditDialogProc(), and OnInitAddDialog().
|
static |
Definition at line 103 of file layout_list.c.
Referenced by LayoutList_Create().
|
static |
Definition at line 11 of file layout_list.c.
Referenced by LayoutList_AppendNode(), LayoutList_Destroy(), LayoutList_GetByHkl(), and LayoutList_GetFirst().