Callback ProCollectionrefAction
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 ProCollectioninstrRefVisit()
Synopsis
#include <ProCollect.h>
(*ProCollectionrefAction)
(
/* (In)
The reference object for which the function is called.
*/
ProError status
/* (In)
The return value from the preceding call to the filter function.
*/
ProAppData app_data
/* (In)
The user-defined data passed to ProCollectioninstrRefVisit).
*/
)
Returns
continue visiting
continue visiting
other
terminate visiting and return this value from ProCollectioninstrRefVisit()
これは役に立ちましたか?