formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Lists

fz_fuim_list_get_num_items_func

Description

The list get number of items callback function.
This callback is designed to return the number of items in the list.
This callback must be set in order for to work.

Plugin Prototype

fzrt_error_td fz_fuim_list_get_num_items_func(

fz_fuim_tmpl_ptr

fuim_tmpl,

fz_fuim_list_ptr

list_ptr,

fzrt_int *

num_items )

Parameters

fuim_tmpl [Input]

fuim manager

list_ptr [Input]

list pointer

num_items [Result]

number of items in the list

Returns

Error codes

Availability

5.0.0.0

See Also

,

Defined in

fz_fuim_list_api.h