Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 2.24 KB

lvn-setdispinfo.md

File metadata and controls

80 lines (46 loc) · 2.24 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
LVN_SETDISPINFO notification code (Commctrl.h)
Notifies a list-view control's parent window that it must update the information it maintains for an item. This notification code is sent in the form of a WM\_NOTIFY message.
1ea51d50-4a57-4662-972e-89e916fa9b16
LVN_SETDISPINFO notification code Windows Controls
apiref
LVN_SETDISPINFO
LVN_SETDISPINFOA
LVN_SETDISPINFOW
Commctrl.h
HeaderDef
reference
05/31/2018

LVN_SETDISPINFO notification code

Notifies a list-view control's parent window that it must update the information it maintains for an item. This notification code is sent in the form of a WM_NOTIFY message.

LVN_SETDISPINFO
        
    pdi = (NMLVDISPINFO*) lParam

Parameters

lParam

Pointer to an NMLVDISPINFO structure that specifies information for the changed item. The item member of this structure is an LVITEM structure that contains information about the item that was changed. The pszText member of item contains a valid value, regardless of whether the LVIF_TEXT flag is set in the mask member of this structure.

Return value

No return value.

Remarks

The notification receiver casts lParam to retrieve the NMLVDISPINFO structure. The wParam parameter contains the message code.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h
Unicode and ANSI names
LVN_SETDISPINFOW (Unicode) and LVN_SETDISPINFOA (ANSI)

See also

LVN_GETDISPINFO