Category Assembly, Object ProAsmcomp

Function ProAsmcompIsFrozen


Description
Determine if the specified component is frozen.
Replacement in Object TOOLKIT: pfcComponentFeat::IsFrozen
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompIsFrozen(
ProAsmcomp* comp_handle
/* (In)
Handle to the component to be checked.
*/
ProBoolean* p_comp_is_frozen
/* (Out)
PRO_B_TRUE if the component is frozen, otherwise PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSThe component handle is invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Simplified Representations
  2. Assembly: Basic Assembly Access: Simplified Representations