| 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> |
| ProError | ProFaminstanceIsVerified | ( |
| ProFaminstance* p_inst | |
| /*
(In) |
| The instance handle. |
| */ |
| ProFaminstanceVerifyStatus* verified | |
| /*
(Out) |
| The verify status: |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The instance exists, and the function successfully returned its verify status. |
| PRO_TK_E_NOT_FOUND | | The specified instance does not exist in the family table. |
| PRO_TK_GENERAL_ERROR | | A 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). |
|