NM_HOVER (list view) notification code

Sent by a list-view control when the mouse hovers over an item. This notification code is sent in the form of a WM_NOTIFY message.

NM_HOVER

    lpnmh = (LPNMHDR) lParam;

Parameters

lParam

Pointer to an NMHDR structure that contains additional information about this notification.

Return value

Return zero to allow the list view to process the hover normally, or nonzero to prevent the hover from being processed.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h