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_ Therefore, the possible failures are as follows:
|
|||||
Synopsis | |||||
#include <ProMdl.h> | |||||
ProError | (*ProModelDbmsFailureAction) | ( | |||
char* dbms_action_string | |||||
/* (In) | |||||
The file management action that failed. | |||||
*/ | |||||
ProPath mdl1_path | |||||
/* (In) | |||||
Path the main model. | |||||
*/ | |||||
ProMdlfileType mdl1_file_type | |||||
/* (In) | |||||
File type for the main model. | |||||
*/ | |||||
ProPath mdl2_path | |||||
/* (In) | |||||
Path to the auxiliary model. This is initialized only in cases like copy and rename. | |||||
*/ | |||||
ProMdlfileType mdl2_file_type | |||||
/* (In) | |||||
File type 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 |