Share via


LB_GETSELCOUNT (Windows CE 5.0)

Send Feedback

This message is sent by an application to retrieve the total number of selected items in a multiple-selection list box.

LB_GETSELCOUNT wParam = 0;lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Values

The count of selected items in the list box indicates success. LB_ERR indicates that the list box is a single-selection list box.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.

See Also

LB_SETSEL | List Boxes Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.