Skip to content

Latest commit

 

History

History
75 lines (62 loc) · 2.49 KB

ns-commctrl-lvitemindex.md

File metadata and controls

75 lines (62 loc) · 2.49 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
NS:commctrl.tagLVITEMINDEX
LVITEMINDEX (commctrl.h)
Contains index information about a list-view item.
*PLVITEMINDEX
LVITEMINDEX
LVITEMINDEX structure [Windows Controls]
PLVITEMINDEX
PLVITEMINDEX structure pointer [Windows Controls]
_shell_LVITEMINDEX
_shell_LVITEMINDEX_cpp
commctrl/LVITEMINDEX
commctrl/PLVITEMINDEX
controls.LVITEMINDEX
controls._shell_LVITEMINDEX
controls\LVITEMINDEX.htm
Controls
VS|Controls|~\controls\listview\structures\lvitemindex.htm
12/05/2018
*PLVITEMINDEX, LVITEMINDEX, LVITEMINDEX structure [Windows Controls], PLVITEMINDEX, PLVITEMINDEX structure pointer [Windows Controls], _shell_LVITEMINDEX, _shell_LVITEMINDEX_cpp, commctrl/LVITEMINDEX, commctrl/PLVITEMINDEX, controls.LVITEMINDEX, controls._shell_LVITEMINDEX
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
LVITEMINDEX, *PLVITEMINDEX
19H1
tagLVITEMINDEX
commctrl/tagLVITEMINDEX
PLVITEMINDEX
commctrl/PLVITEMINDEX
LVITEMINDEX
commctrl/LVITEMINDEX
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
LVITEMINDEX

LVITEMINDEX structure

-description

Contains index information about a list-view item.

-struct-fields

-field iItem

Type: int

The index of the item.

-field iGroup

Type: int

The index of the group the item belongs to.

-remarks

This structure is used with the ListView_GetItemIndexRect, ListView_GetNextItemIndex, and ListView_SetItemIndexState macros. It is also used with the LVM_GETITEMINDEXRECT, LVM_GETNEXTITEMINDEX, and LVM_SETITEMINDEXSTATE messages.