Category Assembly, Object ProAsmcomp

Function ProAsmcompIsEmbedded


Description
Identifies if the component is an embedded component or not.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompIsEmbedded(
ProAsmcomp* component
/* (In)
The component.
*/
ProBoolean* is_embedded
/* (Out)
PRO_B_TRUE if the component is embedded, PRO_B_FALSEotherwise.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.