Category Family table, Object ProFaminstance

Function ProFaminstanceValueSet


Description
Modifies the value of the specified item for the instance.
Replacement in Object TOOLKIT: pfcFamilyMember::SetCell
Synopsis
#include <ProFaminstance.h>
ProErrorProFaminstanceValueSet(
ProFaminstance* p_inst
/* (In)
The instance handle
*/
ProFamtableItem* p_item
/* (In)
The model item
*/
ProParamvalue* proval
/* (In)
The value to set
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully modified the value.
PRO_TK_E_NOT_FOUNDThe specified instance does not exist in the family table, or the specified model item is not table-driven.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed (for example, the generic does not exist in session, or the function could not find the family table).

Manual References:

  1. Core: Family Tables: Operations on Family Table Instances
  2. Core: Family Tables: Operations on Family Table Instances

Sample Code References:

  1. pt_examples ( TestFamTab.c )
  2. pt_wc_server ( PTWCServerAddInstance.c )