API Documentation > Family table > Object ProFamtable > Callback ProFamtableItemFilter
Callback ProFamtableItemFilter
Description
This is the generic function for filtering family table items.
Synopsis
#include <ProFamtable.h>
(*ProFamtableItemFilter)
(
ProFamtableItem* famtable_item
/* (In)
The family table item
*/
ProAppData app_data
/* (In)
The application data passed to ProFamtableItemVisit()
*/
)
Returns
Continue visiting table table items.
Skip to the next item.
Other values
The status is passed to the visit function.
User Guide References
Was this helpful?