LVN_GETINFOTIP
A version of this page is also available for
4/8/2010
This message is sent by a large icon view list-view control that has the LVS_EX_INFOTIP extended style. This notification is sent when the list-view control is requesting additional text information to be displayed in a ToolTip. It is sent in the form of a WM_NOTIFY message.
Syntax
LVN_GETINFOTIP pGetInfoTip = (LPNMLVGETINFOTIP)lParam;
Parameters
- pGetInfoTip
Pointer to an NMLVGETINFOTIP structure that contains information about this notification.
Return Value
The return value for this notification is not used.
Remarks
This notification is only sent by list-view controls that have the LVS_EX_INFOTIP extended style. The LVN_GETINFOTIP notification is sent only for sub-item 0.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
List-View Controls Notifications
List-View Controls Messages
WM_NOTIFY