TreeView_ShowInfoTip macro

Shows the infotip for a specified item in a tree-view control. Use this macro or send the TVM_SHOWINFOTIP message explicitly.

Syntax


DWORD TreeView_ShowInfoTip(
   HWND  hwnd,
   HITEM hitem
);

Parameters

hwnd

Type: HWND

Handle to the tree-view control.

hitem

Type: HITEM

Handle to the item.

Return value

Return value is ignored.

Remarks

Most applications do not use this macro. Infotips are shown automatically. For more information, see Using Tree-view Infotips in the About Tree-View Controls overview.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Commctrl.h

 

 

Show: