Description | |||||
This is the notification function called after an erase of any model, including models dependant on the model explicitly called. This function differs from ProModelErasePostAction() in that it is called only once, even if a top-level model save causes a recursive saving action.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_MODEL_ERASE_POST_ALL. |
|||||
Synopsis | |||||
#include <ProMdl.h> | |||||
ProError | (*ProModelErasePostAllAction) | ( | |||
ProMdl p_model_data | |||||
/* (In) | |||||
The information for the top-level model that was just erased | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet, ProModelErasePostAction |