Header: ScrollList.H
Syntax:
extern _kernel_oserror *scrolllist_select_item
(
unsigned int flags,
ObjectId object_id,
ComponentId component_id,
int index
);
Purpose: Function selects the item at the position specified by index in a scroll list, or all items if flags bit 1 is set. If flags bit 0 is set then a ScrollList_Selection event will be raised upon completion; the event data will include 0 as the item number if selecting all.
|
|
|