Category Family table, Object ProFamtable

Function ProFamtableErase


Description
Clears the specified family table.
Replacement in Object TOOLKIT: wfcWFamilyMember::EraseFamilyTable
Synopsis
#include <ProFamtable.h>
ProErrorProFamtableErase(
ProFamtable* p_famtab
/* (In)
The handle to the family table. If the function is successful, the new values for the fields are as follows:
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully cleared the family table.
PRO_TK_E_NOT_FOUNDThe family table was not found.
PRO_TK_GENERAL_ERRORThere was a general error (for example, the owner was not found).

Manual References:

  1. Core: Family Tables: Family Table Utilities
  2. Core: Family Tables: Family Table Utilities

Sample Code References:

  1. pt_examples ( TestFamTab.c )