Callback ProCollectioninstrAction
DEPRECATED:
Since Wildfire 4.0
SUPERSEDED BY:
Depends on the context, consult the user documentation.
Description
Note: This function accesses an older version of the ProCollection interface. It has been superseded. Please consult the Creo Parametric TOOLKIT user's guide chapter on "Collections" for more information.
Type for action callback function for ProCollectionInstrVisit().
Synopsis
#include <ProCollect.h>
(*ProCollectioninstrAction)
(
ProCollectioninstr instruction
/* (In)
The instruction for which the function is called.
*/
ProError filt_status
/* (In)
The status from the previous call to the filter function.
*/
ProAppData app_data
/* (In)
The user-defined data passed to ProCollectionInstrVisit().
*/
)
Returns
continue visiting
continue visiting
other
terminate visiting and return this value from ProCollectionInstrVisit().
這是否有幫助?