ReactOS 0.4.16-dev-319-g6cf4263
|
#include "locale_list.h"
Go to the source code of this file.
Functions | |
static LOCALE_LIST_NODE * | LocaleList_Append (DWORD dwId, const WCHAR *pszName) |
VOID | LocaleList_Destroy (VOID) |
LOCALE_LIST_NODE * | LocaleList_Create (VOID) |
LOCALE_LIST_NODE * | LocaleList_GetByHkl (HKL hkl) |
LOCALE_LIST_NODE * | LocaleList_GetFirst (VOID) |
Variables | |
static LOCALE_LIST_NODE * | _LocaleList = NULL |
|
static |
Definition at line 15 of file locale_list.c.
Referenced by LocaleList_Create().
LOCALE_LIST_NODE * LocaleList_Create | ( | VOID | ) |
Definition at line 84 of file locale_list.c.
Referenced by OnInitSettingsPage().
Definition at line 60 of file locale_list.c.
Referenced by OnDestroySettingsPage().
LOCALE_LIST_NODE * LocaleList_GetByHkl | ( | HKL | hkl | ) |
Definition at line 129 of file locale_list.c.
Referenced by InputList_Create().
LOCALE_LIST_NODE * LocaleList_GetFirst | ( | VOID | ) |
Definition at line 146 of file locale_list.c.
Referenced by OnInitAddDialog().
|
static |
Definition at line 11 of file locale_list.c.
Referenced by LocaleList_Append(), LocaleList_Create(), LocaleList_Destroy(), LocaleList_GetByHkl(), and LocaleList_GetFirst().