UF_NCGROUP_cycle_cb_f_t (查看源代码)
 
定义在: uf_ncgroup.h
 
概述
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_t (tag_t类型)tagInput(输入)
void *dataInput(输入)