Home | History | Annotate | Download | only in include

Lines Matching defs:TVM_SETINSERTMARK

3294 #define TVM_SETINSERTMARK (TV_FIRST+26)
3295 #define TreeView_SetInsertMark(hwnd,hItem,fAfter) (WINBOOL)SNDMSG((hwnd),TVM_SETINSERTMARK,(WPARAM) (fAfter),(LPARAM) (hItem))