|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "input.h"

Go to the source code of this file.
Classes | |
| struct | _LOCALE_LIST_NODE |
Typedefs | |
| typedef struct _LOCALE_LIST_NODE | LOCALE_LIST_NODE |
Functions | |
| LOCALE_LIST_NODE * | LocaleList_Create (VOID) |
| VOID | LocaleList_Destroy (VOID) |
| LOCALE_LIST_NODE * | LocaleList_GetByHkl (HKL hkl) |
| LOCALE_LIST_NODE * | LocaleList_GetFirst (VOID) |
| typedef struct _LOCALE_LIST_NODE LOCALE_LIST_NODE |
| 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().