[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
LbxGetSelItems( hWnd )-> <aItems>
------------------------------------------------------------------------------
PARAMETER:
<hWnd> is the handle that identifies the listbox control
RETURNS:
In an multi-selection listbox, <aItems> is a clipper array which holds
the order number ( index ) of all Items that are currently selected.
DESCRIPTION:
This function retrieves the item numbers of all selected items by sending
a LB_GETSELITEMS message to the multiple-selection list box. You can then
access the associated items with LbxGetItem
SOURCE:
SOURCE\WINAPI\LBX.C
See Also:
LbxGetItem
GetSelItems
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson