Documentation de l'API > Family table > Object ProFaminstance > Function ProFaminstanceIsModifiable
Function ProFaminstanceIsModifiable
Description
Check if a given instance is modifiable.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFaminstance.h>
ProFaminstanceIsModifiable
(
/* (In)
instance 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 instance is considered as modifiable if there are no conflicts that could not be overridden or resolved by default resolution actions.
*/
ProBoolean* can_modify
/* (Out)
The access status. If it is PRO_B_TRUE, the instance is modifiable.
*/
)
Returns
The function successfully retrieved the information.
One or more arguments are invalid.
The function could not check access to the instance.
User Guide References
Est-ce que cela a été utile ?