Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.27 KB

nf-commctrl-listview_getitemposition.md

File metadata and controls

73 lines (59 loc) · 2.27 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_GetItemPosition
ListView_GetItemPosition macro (commctrl.h)
Gets the position of a list-view item. You can use this macro or explicitly send the LVM_GETITEMPOSITION message.
ListView_GetItemPosition
ListView_GetItemPosition macro [Windows Controls]
_win32_ListView_GetItemPosition
_win32_ListView_GetItemPosition_cpp
commctrl/ListView_GetItemPosition
controls.ListView_GetItemPosition
controls._win32_ListView_GetItemPosition
controls\ListView_GetItemPosition.htm
Controls
VS|Controls|~\controls\listview\macros\listview_getitemposition.htm
12/05/2018
ListView_GetItemPosition, ListView_GetItemPosition macro [Windows Controls], _win32_ListView_GetItemPosition, _win32_ListView_GetItemPosition_cpp, commctrl/ListView_GetItemPosition, controls.ListView_GetItemPosition, controls._win32_ListView_GetItemPosition
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
ListView_GetItemPosition
commctrl/ListView_GetItemPosition
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
ListView_GetItemPosition

ListView_GetItemPosition macro

-description

Gets the position of a list-view item. You can use this macro or explicitly send the LVM_GETITEMPOSITION message.

-parameters

-param hwndLV

Type: HWND

A handle to the list-view control.

-param i

Type: int

The index of the list-view item.

-param ppt

Type: POINT*

A pointer to a POINT structure that receives the position of the item's upper-left corner, in view coordinates.