Documentación de la API > Family table > Object ProFamtable > Callback ProFamtableItemAction
Callback ProFamtableItemAction
Description
This is the generic function for visiting family tables.
Synopsis
#include <ProFamtable.h>
(*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
Continue visiting table table items.
Other ProError
Stop visiting -- ProFamtableItemVisit() returns with the status.
User Guide References
¿Fue esto útil?