Category Family table, Object ProFaminstance

Function ProFaminstanceRemove


Description
Deletes the specified instance from the family table.
Replacement in Object TOOLKIT: pfcFamilyMember::RemoveRow
Synopsis
#include <ProFaminstance.h>
ProErrorProFaminstanceRemove(
ProFaminstance* p_inst
/* (In)
The instance handle
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the instance.
PRO_TK_E_NOT_FOUNDThe specified instance does not exist in the family table.
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 )