Header: scrolllist.h
Syntax:
extern _kernel_oserror *scrolllist_delete_items
(
unsigned int flags,
ObjectId window,
ComponentId scrolllist,
unsigned int start,
unsigned int end
);
Purpose: Function deletes items from a scroll list between the specified start and end positions (inclusive). To delete all items, call with start == 0 and end == UINT_MAX. If flags bit 0 is set then a ScrollList_Selection event will be raised upon completion of this method; this will contain an item number of UINT_MAX and does not necessarily mean the selection has changed.
|
|
|