Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dcombo.c805 static LRESULT COMBO_Paint(HEADCOMBO *lphc, HDC hdc) in COMBO_Paint() function
1718 ret = COMBO_Paint(lphc, hdc); in COMBO_WindowProc()
/reactos/win32ss/user/user32/controls/
H A Dcombo.c855 static LRESULT COMBO_Paint(LPHEADCOMBO lphc, HDC hParamDC) in COMBO_Paint() function
1879 return COMBO_Paint(lphc, (HDC)wParam); in ComboWndProc_common()