Category Family table, Object ProFaminstance

Function ProFaminstanceIsVerified


Description
Determines whether the specified instance exists in the family table and, if it exists, returns its verify status.
Replacement in Object TOOLKIT: pfcFamilyTableRow::IsVerified
Synopsis
#include <ProFaminstance.h>
ProErrorProFaminstanceIsVerified(
ProFaminstance* p_inst
/* (In)
The instance handle.
*/
ProFaminstanceVerifyStatus* verified
/* (Out)
The verify status:
*/
)
Returns
PRO_TK_NO_ERRORThe instance exists, and the function successfully returned its verify status.
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