| Description | |||||
| This is the notification function called after a save of any model, including models dependant on the model explicitly called. This function differs from ProModelSavePostAction() 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_SAVE_POST_ALL. |
|||||
| Synopsis | |||||
| #include <ProMdl.h> | |||||
| ProError | (*ProModelSavePostAllAction) | ( | |||
| ProPath model_path | |||||
| /* (In) | |||||
| Path the top-level model that was just saved | |||||
| */ | |||||
| ProMdlfileType model_file_type | |||||
| /* (In) | |||||
| Model file type that was just saved | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet, ProModelSavePostAction | |||||