Description | |||||
This is the notification function called after an explicit save of a model.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_MODEL_SAVE_POST. NOTE: This function is not called on saves of models dependent upon the model explicitly called. |
|||||
Synopsis | |||||
#include <ProMdl.h> | |||||
ProError | (*ProModelSavePostAction) | ( | |||
ProPath model_path | |||||
/* (In) | |||||
Path to the model that was just saved | |||||
*/ | |||||
ProMdlfileType model_file_type | |||||
/* (In) | |||||
Model file type that was just saved | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet, ProModelSavePostAllAction |