Category Creo Parametric fundamentals, Object ProModelcheck

Callback ProModelcheckCleanupFunction


Description
This is the callback that is called to indicate that the results of a check can be discarded.
Synopsis
#include <ProMdlChk.h>
ProError(*ProModelcheckCleanupFunction)(
ProCharName name
/* (In)
The name of the check. This also corresponds to the ModelCheck configuration option name.
*/
ProMdl mdl
/* (In)
The model being checked during this run.
*/
ProAppData appdata
/* (In)
Application data that was passed to Creo Parametric during registration.
*/
)
Returns
PRO_TK_NO_ERRORReturn values are not interpreted by Creo Parametric.

Manual References:

  1. Core: Utilities: Creating Custom Checks