LVN_GETINFOTIP (Windows CE 5.0)

Send Feedback

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.

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

OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.

See Also

List-View Controls Notifications

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.