API 文件集 > Miscellaneous > Object ProModel > Callback ProModelRetrievePostAction
Callback ProModelRetrievePostAction
Description
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_MODEL_RETRIEVE_POST.
NOTE:
This function is not called on retrieval of models dependent upon the model explicitly called.
Synopsis
#include <ProMdl.h>
(*ProModelRetrievePostAction)
(
ProMdl p_retrieved_mdl
/* (In)
The information for the model that was just retrieved
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
這是否有幫助?