| Description |
| Determines if the value of the specified item for the specified instance is the default value. |
| Replacement in Object TOOLKIT: | pfcFamilyMember::GetCellIsDefault |
| Synopsis |
| #include <ProFaminstance.h> |
| ProError | ProFaminstanceFamtableItemIsDefault | ( |
| ProFaminstance* p_inst | |
| /*
(In) |
| The instance handle. |
| */ |
| ProFamtableItem* p_item | |
| /*
(In) |
| The family table item |
| */ |
| ProBoolean* is_default | |
| /*
(Out) |
| This is PRO_B_TRUE, if the instance has default value for specified item. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully retrieved the information. |
| PRO_TK_BAD_INPUTS | | One or more of the input arguments are invalid. |
| PRO_TK_E_NOT_FOUND | | The specified instance does not exist in the family table, or the specified model item is not table-driven. |
| PRO_TK_GENERAL_ERROR | | A general error occurred and the function failed (for example, the function could not find the family table, or the generic model). |
|