Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.29 KB

nf-commctrl-listview_hittestex.md

File metadata and controls

71 lines (58 loc) · 2.29 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_HitTestEx
ListView_HitTestEx macro (commctrl.h)
Determines which list-view item, if any, is at a specified position. You can use this macro or send the LVM_HITTEST message explicitly. (ListView_HitTestEx)
ListView_HitTestEx
ListView_HitTestEx macro [Windows Controls]
_shell_ListView_HitTestEx
_shell_ListView_HitTestEx_cpp
commctrl/ListView_HitTestEx
controls.ListView_HitTestEx
controls._shell_ListView_HitTestEx
controls\ListView_HitTestEx.htm
Controls
VS|Controls|~\controls\listview\macros\listview_hittestex.htm
12/05/2018
ListView_HitTestEx, ListView_HitTestEx macro [Windows Controls], _shell_ListView_HitTestEx, _shell_ListView_HitTestEx_cpp, commctrl/ListView_HitTestEx, controls.ListView_HitTestEx, controls._shell_ListView_HitTestEx
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
ListView_HitTestEx
commctrl/ListView_HitTestEx
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
ListView_HitTestEx

ListView_HitTestEx macro

-description

Determines which list-view item, if any, is at a specified position. You can use this macro or send the LVM_HITTEST message explicitly.

-parameters

-param hwndLV

Type: HWND

A handle to the list-view control.

-param pinfo

Type: LPLVHITTESTINFO

A pointer to an LVHITTESTINFO structure that contains the position to hit test and receives information about the results of the hit test.

-remarks

This macro passes -1 as the wParam of the message, specifying that the iGroup and iSubItem members of pinfo are retrieved.