| Description |
| Locks or unlocks the specified instance. |
| Replacement in Object TOOLKIT: | pfcFamilyTableRow::IsLocked |
| Synopsis |
| #include <ProFaminstance.h> |
| ProError | ProFaminstanceLock | ( |
| ProFaminstance* p_inst | |
| /*
(In) |
| The instance handle. |
| */ |
| int lock_it | |
| /*
(In) |
| If this is TRUE, lock the instance; otherwise, unlock it. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully locked or unlocked the instance. |
| 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). |
|