Category Assembly, Object ProAsmcomp

Function ProAsmcompIsSubstitute


Description
Determine whether the specified component is substituted.
Replacement in Object TOOLKIT: pfcComponentFeat::IsSubstitute
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompIsSubstitute(
ProAsmcomp* p_comp
/* (In)
The component to be checked.
*/
ProBoolean* p_is_sub
/* (Out)
This is PRO_B_TRUE if the component is substituted; 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: Simplified Representations
  2. Assembly: Basic Assembly Access: Simplified Representations

Sample Code References:

  1. pt_examples ( TestAsm.c )