Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Ddefwnd.c230 if ((ctlType == CTLCOLOR_EDIT) || (ctlType == CTLCOLOR_LISTBOX)) in DefWndControlColor()
/reactos/win32ss/user/ntuser/
H A Ddefwnd.c54 if ((ctlType == CTLCOLOR_EDIT) || (ctlType == CTLCOLOR_LISTBOX)) in DefWndControlColor()
/reactos/sdk/include/psdk/
H A Dwindowsx.h343 …Param,lParam,fn) (LRESULT)(UINT_PTR)(HBRUSH)(fn)((hwnd),(HDC)(wParam),(HWND)(lParam),CTLCOLOR_EDIT)
H A Dwinuser.h955 #define CTLCOLOR_EDIT 1 macro