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