8 Kilobytes should be enough for any listbox...
You are here: Main API -> Controls API -> Listbox
PROC API_List_Box_Setup STDCALL USES esi,edi ARG wnd_handle,item_size,nr_blocks
This function setups the item size and memory allocated for listbox items.
Argument | Type | Description |
---|---|---|
wnd_handle | dword | handle of target listbox |
item_size | dword | size of one listbox item |
nr_blocks | dword | number of 4K blocks to allocate for listbox items |