Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 1.38 KB

lb-getselcount.md

File metadata and controls

71 lines (41 loc) · 1.38 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
LB_GETSELCOUNT message (Winuser.h)
Gets the total number of selected items in a multiple-selection list box.
1597f6d0-e8f2-4e10-8a0e-ef76192e6238
LB_GETSELCOUNT message Windows Controls
apiref
LB_GETSELCOUNT
Winuser.h
HeaderDef
reference
05/31/2018

LB_GETSELCOUNT message

Gets the total number of selected items in a multiple-selection list box.

Parameters

wParam

Not used; must be zero.

lParam

Not used; must be zero.

Return value

The return value is the count of selected items in the list box. If the list box is a single-selection list box, the return value is LB_ERR.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

LB_SETSEL