| Description | |||||
| This is the notification function called after renaming each model.
Users must supply this function by calling ProNotificationSet() with the notify type PRO_MODEL_RENAME_POST_ALL. |
|||||
| Synopsis | |||||
| #include <ProMdl.h> | |||||
| ProError | (*ProModelRenamePostAllAction) | ( | |||
| ProMdl model | |||||
| /* (In) | |||||
| The data of the renamed model | |||||
| */ | |||||
| ProMdlFileName old_name | |||||
| /* (In) | |||||
| The old name of the model that was renamed | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet | |||||