Category Family table, Object ProFamtable

Callback ProFamtableItemAction


Description
This is the generic function for visiting family tables.
Synopsis
#include <ProFamtable.h>
ProError(*ProFamtableItemAction)(
ProFamtableItem* famtable_item
/* (In)
The family table item
*/
ProError status
/* (In)
The status from filter_action
*/
ProAppData app_data
/* (In)
The application data passed to ProFamtableItemVisit()
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting table table items.
Other ProErrorStop visiting -- ProFamtableItemVisit() returns with the status.

Manual References:

  1. Core: Family Tables: Visiting Family Tables