Category Assembly, Object ProAsmcomp

Function ProAsmcompIsFlexible


Description
Determines whether the specified component is a flexible component.
Replacement in Object TOOLKIT: wfcWComponentFeat::IsFlexible
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompIsFlexible(
ProAsmcomp* p_comp_handle
/* (In)
The component to be checked.
*/
ProBoolean* p_is_flex_comp
/* (Out)
This is PRO_B_TRUE if the component is a flexible component; otherwise, this is PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Flexible Components
  2. Assembly: Basic Assembly Access: Flexible Components