LVN_GETINFOTIP notification code
Sent by a large icon view list-view control that has the LVS_EX_INFOTIP extended style. This notification code 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.
LVN_GETINFOTIP
pGetInfoTip = (LPNMLVGETINFOTIP) lParam;
Parameters
-
lParam
-
Pointer to an NMLVGETINFOTIP structure that contains information about this notification code.
Return value
The return value for this notification is not used.
Remarks
This notification code is only sent by list-view controls that have the LVS_EX_INFOTIP extended style. The LVN_GETINFOTIP notification code is sent only for subitem 0.
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 |
LVN_GETINFOTIPW (Unicode) and LVN_GETINFOTIPA (ANSI) |