Object ProModel

Callback ProModelRetrievePostAllAction


Description
This is the notification function called after retrieval of any model, including models dependant on the model explicitly called. This function differs from ProModelRetrievePostAction() in that it is called only once, even if a top-level model retrieve causes a recursive retrieval of a particular model.

The user supplies this function by calling ProNotificationSet() with the notify type PRO_MODEL_RETRIEVE_POST_ALL.

Synopsis
#include <ProMdl.h>
ProError(*ProModelRetrievePostAllAction)(
ProMdl p_model_data
/* (In)
The information for the top-level model that was just retrieved
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet, ProModelRetrievePostAction

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Event-driven Programming: Notifications: File Management Events