Category Family table, Object ProFamtable

Callback ProFamtableInstanceAction


Description
This is a generic function for visiting family instances.
Synopsis
#include <ProFaminstance.h>
ProError(*ProFamtableInstanceAction)(
ProFaminstance* instance
/* (In)
The family instance
*/
ProError status
/* (In)
The status from the filter function
*/
ProAppData app_data
/* (In)
The application data passed to the function
*/
)
Returns
PRO_TK_NO_ERRORGo to the next family instance.
OtherCauses visiting to stop and ProFamtableInstanceVisit() returns with the status.

Manual References:

  1. Core: Family Tables: Visiting Family Tables