Expand Minimize
This topic has not yet been rated - Rate this topic

ListView_Update macro

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.

Syntax


BOOL ListView_Update(
  HWND hwnd,
  int iItem
);

Parameters

hwnd

Type: HWND

A handle to the list-view control.

iItem

Type: int

The index of the item to update.

Return value

Returns TRUE if successful, or FALSE otherwise.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Commctrl.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.