TreeView_SelectDropTarget
BOOL TreeView_SelectDropTarget(
    HWND hwndTV,
    HTREEITEM hitem
); Redraws a specified tree view control item in the style used to indicate the target of a drag-and-drop operation. You can use this macro or the TreeView_Select macro, or you can send the TVM_SELECTITEM message explicitly. Returns TRUE if successful, or FALSE otherwise. 
hwndTV 
Handle to the tree view control. 
hitem 
Handle to an item. If the hitem parameter is NULL, the control is set to have no selected item.