TreeView_GetDropHilight macro
Retrieves the tree-view item that is the target of a drag-and-drop operation. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_DROPHILITE flag.
Syntax
HTREEITEM TreeView_GetDropHilight( HWND hwndTV );
Parameters
- hwndTV
-
Type: HWND
Handle to the tree-view control.
Return value
Returns the handle to the item if successful, or NULL otherwise.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
Show: