Home
last modified time | relevance | path

Searched refs:wSpecialId (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/cpl/input/
H A Dlayout_list.c14 LayoutList_AppendNode(DWORD dwKLID, WORD wSpecialId, LPCWSTR pszFile, LPCWSTR pszName, in LayoutList_AppendNode() argument
32 pNew->wSpecialId = wSpecialId; in LayoutList_AppendNode()
107 WORD wSpecialId = 0; in LayoutList_ReadLayout() local
147 wSpecialId = LOWORD(DWORDfromString(szBuffer)); in LayoutList_ReadLayout()
154 LayoutList_AppendNode(dwKLID, wSpecialId, szFile, szBuffer, pszImeFile); in LayoutList_ReadLayout()
163 LayoutList_AppendNode(dwKLID, wSpecialId, szFile, szBuffer, pszImeFile); in LayoutList_ReadLayout()
213 WORD wSpecialId = SPECIALIDFROMHKL(hkl); in LayoutList_GetByHkl() local
217 if (wSpecialId == pCurrent->wSpecialId) in LayoutList_GetByHkl()
H A Dlayout_list.h8 WORD wSpecialId; /* The special ID */ member