Category Family table, Object ProFamtable

Function ProFamtableCheck


Description
Determines whether the family table is valid and/or empty, given its handle.
Replacement in Object TOOLKIT: wfcWFamilyMember::GetFamilyTableStatus
Synopsis
#include <ProFamtable.h>
ProErrorProFamtableCheck(
ProFamtable* p_famtab
/* (In)
The handle to the family table
*/
)
Returns
PRO_TK_NO_ERRORThe family table is found and is not empty.
PRO_TK_BAD_INPUTSThe input argument is invalid (for example, the owner was not found).
PRO_TK_E_NOT_FOUNDThe family table was not found for the specified owner.
PRO_TK_EMPTYThe family table is found and is empty.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestFamTab.c )
  2. pt_examples ( TestFamTab.c )
  3. pt_userguide ( UgFamtabUse.c )
  4. pt_userguide ( UgModelCheck.c )