Category Family table, Object ProFamtable

Callback ProFamtableItemFilter


Description
This is the generic function for filtering family table items.
Synopsis
#include <ProFamtable.h>
ProError(*ProFamtableItemFilter)(
ProFamtableItem* famtable_item
/* (In)
The family table item
*/
ProAppData app_data
/* (In)
The application data passed to ProFamtableItemVisit()
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting table table items.
PRO_TK_CONTINUESkip to the next item.
Other valuesThe status is passed to the visit function.

Manual References:

  1. Core: Family Tables: Visiting Family Tables