ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <locale_list.h>
Public Attributes | |
WCHAR * | pszName |
DWORD | dwId |
struct _LOCALE_LIST_NODE * | pPrev |
struct _LOCALE_LIST_NODE * | pNext |
Definition at line 5 of file locale_list.h.
DWORD _LOCALE_LIST_NODE::dwId |
Definition at line 9 of file locale_list.h.
Referenced by AddToInputListView(), InputList_Add(), InputList_AddInputMethodToUserRegistry(), InputList_Create(), InputList_Process(), InputList_RemoveByLang(), LocaleList_Append(), LocaleList_GetByHkl(), OnCommandAddDialog(), and OnInitAddDialog().
struct _LOCALE_LIST_NODE* _LOCALE_LIST_NODE::pNext |
Definition at line 12 of file locale_list.h.
Referenced by LocaleList_Append(), LocaleList_Destroy(), LocaleList_GetByHkl(), and OnInitAddDialog().
struct _LOCALE_LIST_NODE* _LOCALE_LIST_NODE::pPrev |
Definition at line 11 of file locale_list.h.
Referenced by LocaleList_Append().
WCHAR* _LOCALE_LIST_NODE::pszName |
Definition at line 7 of file locale_list.h.
Referenced by AddToInputListView(), EditDialogProc(), InitDefaultLangComboBox(), LocaleList_Append(), LocaleList_Destroy(), and OnInitAddDialog().