API 文件集 > Miscellaneous > Object ProTable > Function ProTableVisit
Function ProTableVisit
Description
Visit tables in the specified model.
Synopsis
#include <ProTable.h>
ProTableVisit
(
ProMdl model
/* (In)
model to visit
*/
ProTableVisitAction visit_action
/* (In)
visit action
*/
ProTableFilterAction filter_action
/* (In)
filter action. If NULL, all tables are visited using the action function.
*/
/* (In)
ProAppData structure
*/
)
Returns
The function successfully visited the tables.
One or more input arguments was invalid.
No tables were visited.
Other
Error return supplied by the visit action which caused visiting to stop.
這是否有幫助?