Solar OS API

...


You are here: Main API -> Controls API -> Listbox


PROC API_List_Box_Str_Set STDCALL		
	USES	ebx,ecx,edx,esi,edi
	ARG	wnd_handle,string_ptr,item_nr	
	ARG	item_id

This function setups an item of the listbox.

Arguments:

Argument Type Description
wnd_handle dword handle of target listbox
string_ptr dword pointer to null terminated string to setup for listbox item
item_id dword user defined ID of item
item_nr dword position of item to setup

Returns:

Possible errors:

Remarks: