ReactOS 0.4.16-dev-122-g325d74c
|
#include <layout_list.h>
Public Attributes | |
DWORD | dwKLID |
WORD | wSpecialId |
LPWSTR | pszName |
LPWSTR | pszFile |
LPWSTR | pszImeFile |
struct _LAYOUT_LIST_NODE * | pPrev |
struct _LAYOUT_LIST_NODE * | pNext |
Definition at line 5 of file layout_list.h.
DWORD _LAYOUT_LIST_NODE::dwKLID |
Definition at line 7 of file layout_list.h.
Referenced by InputList_AddInputMethodToUserRegistry(), LayoutList_AppendNode(), LayoutList_GetByHkl(), OnCommandAddDialog(), and OnInitAddDialog().
struct _LAYOUT_LIST_NODE* _LAYOUT_LIST_NODE::pNext |
Definition at line 14 of file layout_list.h.
Referenced by EditDialogProc(), LayoutList_AppendNode(), LayoutList_Destroy(), LayoutList_GetByHkl(), and OnInitAddDialog().
struct _LAYOUT_LIST_NODE* _LAYOUT_LIST_NODE::pPrev |
Definition at line 13 of file layout_list.h.
Referenced by LayoutList_AppendNode().
LPWSTR _LAYOUT_LIST_NODE::pszFile |
Definition at line 10 of file layout_list.h.
Referenced by LayoutList_AppendNode(), and LayoutList_Destroy().
LPWSTR _LAYOUT_LIST_NODE::pszImeFile |
Definition at line 11 of file layout_list.h.
Referenced by AddToInputListView(), LayoutList_AppendNode(), and LayoutList_Destroy().
LPWSTR _LAYOUT_LIST_NODE::pszName |
Definition at line 9 of file layout_list.h.
Referenced by AddToInputListView(), EditDialogProc(), InitDefaultLangComboBox(), InputList_Compare(), LayoutList_AppendNode(), LayoutList_Destroy(), and OnInitAddDialog().
WORD _LAYOUT_LIST_NODE::wSpecialId |
Definition at line 8 of file layout_list.h.
Referenced by LayoutList_AppendNode(), and LayoutList_GetByHkl().