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 |
|
Unicode and ANSI names |
TVN_GETINFOTIPW (Unicode) and TVN_GETINFOTIPA (ANSI) |