UF_NCGROUP_cycle_cb_f_t (view source)
 
Defined in: uf_ncgroup.h
 
Overview
The type for the callback function for cycling members of a group.
Input:
tag - the tag of the member object currently being processed during the
cycling
data - the data passed to UF_NCGROUP_cycle_members
Return Value:
TRUE - continue cycling
FALSE - stop cycling

 
logical UF_NCGROUP_cycle_cb_f_t
(
tag_t tag,
void * data
)
tag_ttagInput
void *dataInput