Category Family table, Object ProFaminstance

Function ProFaminstanceInit


Description
Initializes the instance handle.
Replacement in Object TOOLKIT: pfcFamilyMember::AddRow
Synopsis
#include <ProFaminstance.h>
ProErrorProFaminstanceInit(
ProName inst_name
/* (In)
The name of the instance.
*/
ProFamtable* p_famtab
/* (In)
The handle to the family table.
*/
ProFaminstance* p_inst
/* (Out)
The pointer to the instance handle. You must allocate the space for this argument.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the handle.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

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_examples ( TestFamTab.c )
  3. pt_userguide ( UgFamtabUse.c )
  4. pt_userguide ( UgInterfaceExport.c )
  5. pt_wc_server ( PTWCServerAddInstance.c )