Description | ||||||||
The action function called for each drawing table entity during the call to ProTableVisit(). | ||||||||
Synopsis | ||||||||
#include <ProTable.h> | ||||||||
ProError | (*ProTableVisitAction) | ( | ||||||
ProTable* table | ||||||||
/* (In) | ||||||||
Table to be visited | ||||||||
*/ | ||||||||
ProError filter_status | ||||||||
/* (In) | ||||||||
Return value from filter action function | ||||||||
*/ | ||||||||
ProAppData data | ||||||||
/* (In) | ||||||||
Application data passed to function ProTableVisit(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|