Object ProModel

Callback ProModelPurgePostAction


Description
This is the notification function called after purging a model.

Users must supply this function by calling ProNotificationSet() with the notify type PRO_MODEL_PURGE_POST.

Synopsis
#include <ProMdl.h>
ProError(*ProModelPurgePostAction)(
ProMdlName r_model_name
/* (In)
The information for the model that was just purged
*/
ProMdlExtension mdl_ext
/* (In)
The model type extension
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Event-driven Programming: Notifications: File Management Events
  2. Technical Summary of Changes for Creo 11.0.0.0: Notification Functions