Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/ui/
H A Drosctrls.h34 return (BOOL)SendMessage(LVM_SETTEXTBKCOLOR, 0, cr); in SetTextBkColor()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c128 { LVM_SETTEXTBKCOLOR, sent|lparam, 0, RGB(0,0,0) },
135 { LVM_SETTEXTBKCOLOR, sent|lparam, 0, RGB(100,50,200) },
142 { LVM_SETTEXTBKCOLOR, sent|lparam, 0, CLR_NONE },
149 { LVM_SETTEXTBKCOLOR, sent|lparam, 0, RGB(255,255,255) },
2110 r = SendMessageA(hwnd, LVM_SETTEXTBKCOLOR, 0, color); in test_color()
2142 r = SendMessageA(hwnd, LVM_SETTEXTBKCOLOR, 0, colors[0]); in test_color()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2667 #define LVM_SETTEXTBKCOLOR (LVM_FIRST+38) macro
2668 #define ListView_SetTextBkColor(hwnd,clrTextBk) (BOOL)SNDMSG((hwnd),LVM_SETTEXTBKCOLOR,0,(LPARAM)(C…
/reactos/sdk/include/reactos/
H A Dmsgdump.h4908 HANDLE_MSG(hwnd, LVM_SETTEXTBKCOLOR, MD_ListView_OnSetTextBkColor); in MD_msgdump()
5623 DEFINE_RESULT(LVM_SETTEXTBKCOLOR); in MD_msgresult()
/reactos/dll/win32/comctl32/
H A Dlistview.c11825 case LVM_SETTEXTBKCOLOR: in LISTVIEW_WindowProc()