Searched refs:TVM_SETLINECOLOR (Results 1 – 5 of 5) sorted by relevance
347 #ifndef TVM_SETLINECOLOR348 #define TVM_SETLINECOLOR (TV_FIRST+40) macro
11795 case TVM_SETLINECOLOR: in TreeListProc()
3602 #define TVM_SETLINECOLOR (TV_FIRST+40) macro3603 #define TreeView_SetLineColor(hwnd,clr) (COLORREF)SNDMSG((hwnd),TVM_SETLINECOLOR,0,(LPARAM)(clr))
5064 HANDLE_MSG(hwnd, TVM_SETLINECOLOR, MD_TreeView_OnSetLineColor); in MD_msgdump()5779 DEFINE_RESULT(TVM_SETLINECOLOR); in MD_msgresult()
5794 case TVM_SETLINECOLOR: in TREEVIEW_WindowProc()