Category Family table, Object ProFaminstance

Function ProFaminstanceErase


Description
Erases the specified instance model from memory.
Replacement in Object TOOLKIT: pfcFamilyTableRow::Erase
Synopsis
#include <ProFaminstance.h>
ProErrorProFaminstanceErase(
ProFaminstance* proinst
/* (In)
The instance handle
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully erased the model.
PRO_TK_E_NOT_FOUNDThe specified instance model is not in session.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

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 )