Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlRetrievePostAction


DEPRECATED: Since Creo 3.0
SUPERSEDED BY: ProModelRetrievePostAction
Description
Note: This function is deprecated. Use ProModelRetrievePostAction instead. This is the notification function called after explicit retrieval of a model.

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

NOTE:

This function is not called on retrieval of models dependent upon the model explicitly called.

Synopsis
#include <ProMdl.h>
ProError(*ProMdlRetrievePostAction)(
ProModel* p_retrieved_mdl
/* (In)
The information for the model that was just retrieved
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet, ProMdlRetrievePostAllAction

Manual References:

  1. Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Technical Summary of Changes for Creo 4.0 F000: Support for Notification Events and Callback Functions