Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 2.03 KB

tvn-getinfotip.md

File metadata and controls

73 lines (42 loc) · 2.03 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TVN_GETINFOTIP notification code (Commctrl.h)
Sent by a tree-view control that has the TVS\_INFOTIP style. This notification code is sent when the control is requesting additional text information to be displayed in a tooltip. The notification code is sent in the form of a WM\_NOTIFY message.
20576710-e279-4e61-be6b-bf1d8ea79555
TVN_GETINFOTIP notification code Windows Controls
apiref
TVN_GETINFOTIP
TVN_GETINFOTIPA
TVN_GETINFOTIPW
Commctrl.h
HeaderDef
reference
05/31/2018

TVN_GETINFOTIP notification code

Sent by a tree-view control that has the TVS_INFOTIP style. This notification code is sent when the control is requesting additional text information to be displayed in a tooltip. The notification code is sent in the form of a WM_NOTIFY message.

TVN_GETINFOTIP

    lpGetInfoTip = (LPNMTVGETINFOTIP)lParam;

Parameters

lParam

Pointer to an NMTVGETINFOTIP structure that contains information about this notification code.

Return value

The control ignores the return value for this notification code.

Remarks

This notification code is only sent by tree-view controls that have the TVS_INFOTIP style.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h
Unicode and ANSI names
TVN_GETINFOTIPW (Unicode) and TVN_GETINFOTIPA (ANSI)