Category Family table, Object ProFamtable

Function ProFamtableIsModifiable


Description
Check if a given Family table is modifiable.
Replacement in Object TOOLKIT: wfcWFamilyMember::IsModifiable
Synopsis
#include <ProFamtable.h>
ProErrorProFamtableIsModifiable(
ProFamtable* p_famtab
/* (In)
Family table 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 Family table 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 family table is modifiable.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retieved the information.
PRO_TK_BAD_INPUTSOne or more arguments are invalid.
PRO_TK_GENERAL_ERRORThe function could not check access to the Family table.

Manual References:

  1. Core: Family Tables: Family Table Utilities