Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.12 KB

nf-commctrl-listview_getcheckstate.md

File metadata and controls

67 lines (56 loc) · 2.12 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_GetCheckState
ListView_GetCheckState macro (commctrl.h)
Determines if an item in a list-view control is selected. This should be used only for list-view controls that have the LVS_EX_CHECKBOXES style.
ListView_GetCheckState
ListView_GetCheckState macro [Windows Controls]
_win32_ListView_GetCheckState
_win32_ListView_GetCheckState_cpp
commctrl/ListView_GetCheckState
controls.ListView_GetCheckState
controls._win32_ListView_GetCheckState
controls\ListView_GetCheckState.htm
Controls
VS|Controls|~\controls\listview\macros\listview_getcheckstate.htm
12/05/2018
ListView_GetCheckState, ListView_GetCheckState macro [Windows Controls], _win32_ListView_GetCheckState, _win32_ListView_GetCheckState_cpp, commctrl/ListView_GetCheckState, controls.ListView_GetCheckState, controls._win32_ListView_GetCheckState
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
ListView_GetCheckState
commctrl/ListView_GetCheckState
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
ListView_GetCheckState

ListView_GetCheckState macro

-description

Determines if an item in a list-view control is selected. This should be used only for list-view controls that have the LVS_EX_CHECKBOXES style.

-parameters

-param hwndLV

Type: HWND

A handle to a list-view control.

-param i

Type: UINT

The index of the item for which to retrieve the check state.