LVN_SETDISPINFOLVN_SETDISPINFO*
*Contents  *Index  *Topic Contents
*Previous Topic: LVN_ODSTATECHANGED
*Next Topic: NM_CLICK (list view)

LVN_SETDISPINFO


LVN_SETDISPINFO 
    pnmv = (LPNMLVDISPINFO) lParam; 

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

pnmv
Address of 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.

See also LVN_GETDISPINFO


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.