Home | History | Annotate | Download | only in include

Lines Matching defs:TVGN_CARET

3191 #define TVGN_CARET 0x9
3203 #define TreeView_GetSelection(hwnd) TreeView_GetNextItem(hwnd,NULL,TVGN_CARET)
3211 #define TreeView_SelectItem(hwnd,hitem) TreeView_Select(hwnd,hitem,TVGN_CARET)