| Description | |||||
| This is the notification function called after an explicit copy of a model.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_MODEL_COPY_POST. NOTE: This function is not called on copies of models dependent upon the model explicitly called. |
|||||
| Synopsis | |||||
| #include <ProMdl.h> | |||||
| ProError | (*ProModelCopyPostAction) | ( | |||
| ProMdl from | |||||
| /* (In) | |||||
| The model data from which the copy was made | |||||
| */ | |||||
| ProPath to | |||||
| /* (In) | |||||
| The path of model to which the copy was made | |||||
| */ | |||||
| ProMdlfileType to_model_type | |||||
| /* (In) | |||||
| The type of model to which the copy was made | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet, ProModelCopyPostAllAction | |||||