ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <input_list.h>
Public Attributes | |
WORD | wFlags |
LOCALE_LIST_NODE * | pLocale |
LAYOUT_LIST_NODE * | pLayout |
HKL | hkl |
LPWSTR | pszIndicator |
struct _INPUT_LIST_NODE * | pPrev |
struct _INPUT_LIST_NODE * | pNext |
Definition at line 32 of file input_list.h.
HKL _INPUT_LIST_NODE::hkl |
Definition at line 39 of file input_list.h.
Referenced by AddToInputListView(), InputList_AddInputMethodToUserRegistry(), InputList_Create(), and InputList_Process().
LAYOUT_LIST_NODE* _INPUT_LIST_NODE::pLayout |
Definition at line 37 of file input_list.h.
Referenced by AddToInputListView(), EditDialogProc(), InitDefaultLangComboBox(), InputList_Add(), InputList_AddInputMethodToUserRegistry(), InputList_Compare(), and InputList_Create().
LOCALE_LIST_NODE* _INPUT_LIST_NODE::pLocale |
Definition at line 36 of file input_list.h.
Referenced by AddToInputListView(), EditDialogProc(), InitDefaultLangComboBox(), InputList_Add(), InputList_AddInputMethodToUserRegistry(), InputList_Create(), InputList_Process(), and InputList_RemoveByLang().
struct _INPUT_LIST_NODE* _INPUT_LIST_NODE::pNext |
Definition at line 44 of file input_list.h.
Referenced by InitDefaultLangComboBox(), InputList_Add(), InputList_AppendNode(), InputList_Destroy(), InputList_FindNextDefault(), InputList_GetAliveCount(), InputList_Process(), InputList_RemoveByLang(), InputList_RemoveNode(), InputList_SetDefault(), InputList_Sort(), and UpdateInputListView().
struct _INPUT_LIST_NODE* _INPUT_LIST_NODE::pPrev |
Definition at line 43 of file input_list.h.
Referenced by InputList_AppendNode(), InputList_FindNextDefault(), InputList_RemoveNode(), and InputList_Sort().
LPWSTR _INPUT_LIST_NODE::pszIndicator |
Definition at line 41 of file input_list.h.
Referenced by InputList_Add(), InputList_Compare(), InputList_Create(), InputList_Destroy(), and InputList_RemoveNode().
WORD _INPUT_LIST_NODE::wFlags |
Definition at line 34 of file input_list.h.
Referenced by AddToInputListView(), EditDialogProc(), InitDefaultLangComboBox(), InputList_Add(), InputList_AddInputMethodToUserRegistry(), InputList_Create(), InputList_FindNextDefault(), InputList_GetAliveCount(), InputList_Process(), InputList_Remove(), InputList_RemoveByLang(), InputList_SetDefault(), OnCommandSettingsPage(), and UpdateInputListView().