Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;
-
lParam
-
Pointer to an NMLVGETINFOTIP structure that contains information about this notification code.
The return value for this notification is not used.
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.
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) |