Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dcomboex.c1596 static LRESULT COMBOEX_SetFont( COMBOEX_INFO *infoPtr, HFONT font, BOOL redraw ) in COMBOEX_SetFont() function
2146 return COMBOEX_SetFont( infoPtr, (HFONT)wParam, LOWORD(lParam) != 0 ); in COMBOEX_WindowProc()