| Description | |||||
| This is the notification function called after embedding or extracting a model.
Users must supply this function by calling ProNotificationSet() with the notify type PRO_MODEL_EMBED_EXTRACT_POST. NOTE: This notification is called when model is replaced by embed/extract operation. Embedded model name will not be always available on CB side. Notification is meant to enable the listener to update the model handle only. |
|||||
| Synopsis | |||||
| #include <ProMdl.h> | |||||
| ProError | (*ProModelEmbedExtractPostAction) | ( | |||
| ProMdl pro_mdl_new | |||||
| /* (In) | |||||
| The new model after the operation | |||||
| */ | |||||
| ProMdl pro_mdl_old | |||||
| /* (In) | |||||
| The old model before the operation | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet | |||||