Home | History | Annotate | Download | only in include

Lines Matching refs:TVM_SELECTITEM

3208 #define TVM_SELECTITEM (TV_FIRST+11)
3209 #define TreeView_Select(hwnd,hitem,code) (WINBOOL)SNDMSG((hwnd),TVM_SELECTITEM,(WPARAM)(code),(LPARAM)(HTREEITEM)(hitem))