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.

Syntax

void ListView_GetCheckState(
   hwndLV,
   i
);

Parameters

hwndLV

Type: HWND

A handle to a list-view control.

i

Type: UINT

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

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header commctrl.h