Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlPurgePostAction


DEPRECATED: Since Creo 10.0
SUPERSEDED BY: ProModelPurgePostAction
Description
Note: This function is deprecated. Use ProModelPurgePostAction instead. This is the notification function called after purging a model.

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

Synopsis
#include <ProMdl.h>
ProError(*ProMdlPurgePostAction)(
ProModel* p_purged_mdl
/* (In)
The information for the model that was just purged
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Technical Summary of Changes for Creo 11.0.0.0: Notification Functions