Solar OS API

...


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


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

This function adds an item to the listbox.

Arguments:

Argument Type Description
wnd_handle dword handle of target listbox
string_ptr dword pointer to null terminted string for this added item
item_id dword user id to assign to the added item

Returns:

Possible errors:

Remarks: