Callback ProModelDbmsFailureAction
Description
This is the notification function called whenever any file management functionality was invoked and failed.
Users must supply this function by calling
ProNotificationSet() with the notify type
PRO_MODEL_DBMS_FAILURE.
The general format for the action (the argument dbms_action_string) is as follows: "menu_dbms__object"
Therefore, the possible failures are as follows:
• "menu_dbms_create_object" -- Creation failure
• "menu_dbms_purge_object" -- Purge failure
• "menu_dbms_rename_object" -- Rename failure
• "menu_dbms_save_object" -- Save failure
• "menu_dbms_copy_object" -- Copy failure
• "dbms_save_object_all" -- Failure saving a list of models,
• "dbms_copy_object_all" -- Failure copying a list of models,
• "dbms_retrieve_object_all" -- Failure retrieving a list of models.
Synopsis
| (*ProModelDbmsFailureAction) |
| ( char* dbms_action_string /* (In) The file management action that failed. */ /* (In) Path the main model. */ /* (In) File type for the main model. */ /* (In) Path to the auxiliary model. This is initialized only in cases like copy and rename. */ /* (In) File type for the auxiliary model. This is initialized only in cases like copy and rename. */ /* (In) The internal error generated. */ ) |
Returns
Return values are not interpreted by Creo Parametric. |
See Also
User Guide References