Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlCreateCancelAction


Description
This is the notification function called after the new file creation been cancelled in Creo Parametric.

This function is to be supplied by the user by calling ProNotificationSet() with the type PRO_MDL_CREATE_CANCEL.

Synopsis
#include <ProNotify.h>
ProError(*ProMdlCreateCancelAction)(void)
Returns
PRO_TK_NO_ERROR

Manual References:

  1. Event-driven Programming: Notifications: File Management Failure Events