Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.05 KB

nf-commctrl-listview_update.md

File metadata and controls

67 lines (56 loc) · 2.05 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.ListView_Update
ListView_Update macro (commctrl.h)
Updates a list-view item. If the list-view control has the LVS_AUTOARRANGE style, this macro causes the list-view control to be arranged. You can use this macro or send the LVM_UPDATE message explicitly.
ListView_Update
ListView_Update macro [Windows Controls]
_win32_ListView_Update
_win32_ListView_Update_cpp
commctrl/ListView_Update
controls.ListView_Update
controls._win32_ListView_Update
controls\ListView_Update.htm
Controls
VS|Controls|~\controls\listview\macros\listview_update.htm
12/05/2018
ListView_Update, ListView_Update macro [Windows Controls], _win32_ListView_Update, _win32_ListView_Update_cpp, commctrl/ListView_Update, controls.ListView_Update, controls._win32_ListView_Update
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
ListView_Update
commctrl/ListView_Update
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
ListView_Update

ListView_Update macro

-description

Updates a list-view item. If the list-view control has the LVS_AUTOARRANGE style, this macro causes the list-view control to be arranged. You can use this macro or send the LVM_UPDATE message explicitly.

-parameters

-param hwndLV

Type: HWND

A handle to the list-view control.

-param i

Type: int

The index of the item to update.