Home
last modified time | relevance | path

Searched defs:charCode (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dtreeview.c131 WPARAM charCode; member
4627 static INT TREEVIEW_ProcessLetterKeys(TREEVIEW_INFO *infoPtr, WPARAM charCode, LPARAM keyData) in TREEVIEW_ProcessLetterKeys()
H A Dlistview.c324 WPARAM charCode; member
1869 static INT LISTVIEW_ProcessLetterKeys(LISTVIEW_INFO *infoPtr, WPARAM charCode, LPARAM keyData) in LISTVIEW_ProcessLetterKeys()
/reactos/sdk/lib/3rdparty/freetype/src/sfnt/
H A Dttcmap.c3360 FT_UInt32 charCode ) in tt_cmap14_char_variants()
/reactos/dll/win32/riched20/
H A Deditor.c2745 static LRESULT ME_Char(ME_TextEditor *editor, WPARAM charCode, in ME_Char()