| DEPRECATED: | Since Creo 3.0 | ||||
| SUPERSEDED BY: | ProModelDbmsFailureAction | ||||
| Description | |||||
| Note: This function is deprecated. Use ProModelDbmsFailureAction instead. 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_MDL_DBMS_FAILURE. The general format for the action (the argument dbms_action_string) is as follows: "menu_dbms_ Therefore, the possible failures are as follows:
|
|||||
| Synopsis | |||||
| #include <ProMdl.h> | |||||
| ProError | (*ProMdlDbmsFailureAction) | ( | |||
| char* dbms_action_string | |||||
| /* (In) | |||||
| The file management action that failed. | |||||
| */ | |||||
| ProMdldata* p_mdl1_data | |||||
| /* (In) | |||||
| The data for the main model. | |||||
| */ | |||||
| ProMdldata* p_mdl2_data | |||||
| /* (In) | |||||
| The data for the auxiliary model. This is initialized only in cases like copy and rename. | |||||
| */ | |||||
| ProError status | |||||
| /* (In) | |||||
| The internal error generated. | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet | |||||