
Replacement in Object TOOLKIT: |

ProMdlIsSaveAllowed | |
( ProMdl p_model /* (In) Model to check access to. */ ProBoolean show_ui /* (In) Indicates whether the Conflicts dialog should be shown to user to resolve conflicts (if they are detected); when set to PRO_B_FALSE no UI is enabled and the model is considered as modifiable if there are no conflicts that could not be overridden or resolved by default resolution actions. */ ProBoolean* save_allowed /* (Out) The save access status. If it is PRO_B_TRUE, the check is successful. If it is PRO_B_FALSE, the model or at least one of its subordinate models can not be saved due to remaining unresolved non-overridable conflicts. Conflicts will not be shown if the model currently cannot be saved due to UI restrictions; the function will return PRO_B_FALSE regardless of this flag. */ ) |

The function successfully retrieved the information. | |
One or more arguments are invalid. | |
The function could not check access to the model. |

