Documentação da API > Miscellaneous > Object ProMdls > Function ProMdlsAreModifiable
Function ProMdlsAreModifiable
Description
the same as of ProMdlIsModifiable(), but for multiple models.
Synopsis
#include <ProMdl.h>
ProMdlsAreModifiable
(
ProMdl* pp_models
/* (In)
ProArray of models to check.
*/
ProBoolean show_ui
/* (In)
whether the Conflicts dialog should be shown to user to resolve conflicts (if any detected).
*/
ProBoolean* can_modify
/* (Out)
PRO_B_TRUE indicates that all models are modifiable.
*/
)
Returns
The function successfully retrieved the information.
One or more arguments are invalid.
The function could not check access to some models.
Isto foi útil?