CListBox::GetSelItems

Call this member function to fill a buffer with an array of integers that specifies the item numbers of selected items in a multiple-selection list box.

Syntax

int GetSelItems( int nMaxItems, LPINT rgIndex ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CListBox Overview, CListBox Member Functions, Control Classes