Description | |||||
This is the notification function called after creating a model.
Users must supply this function by calling ProNotificationSet() with the notify type PRO_MODEL_CREATE_POST. |
|||||
Synopsis | |||||
#include <ProMdl.h> | |||||
ProError | (*ProModelCreatePostAction) | ( | |||
ProMdlName p_created_mdl | |||||
/* (In) | |||||
The information for the model that was just created | |||||
*/ | |||||
ProMdlExtension mdl_ext | |||||
/* (In) | |||||
The model type extension | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet |