Home | History | Annotate | Download | only in include

Lines Matching refs:TVM_GETNEXTITEM

3179 #define TVM_GETNEXTITEM (TV_FIRST+10)
3180 #define TreeView_GetNextItem(hwnd,hitem,code) (HTREEITEM)SNDMSG((hwnd),TVM_GETNEXTITEM,(WPARAM)(code),(LPARAM)(HTREEITEM)(hitem))