LVN_GETINFOTIP notification code
Applies to: desktop apps only
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
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Unicode and ANSI names | LVN_GETINFOTIPW (Unicode) and LVN_GETINFOTIPA (ANSI) |
Send comments about this topic to Microsoft
Build date: 3/6/2012