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 | |||||
|
|||||
See Also | |||||
ProNotificationSet |