API 설명서 > Assembly > Object ProAsmcomp > Function ProAsmcompIsEmbedded
Function ProAsmcompIsEmbedded
Description
Identifies if the component is an embedded component or not.
Synopsis
#include <ProAsmcomp.h>
ProAsmcompIsEmbedded
(
ProAsmcomp* component
/* (In)
The component.
*/
ProBoolean* is_embedded
/* (Out)
PRO_B_TRUE if the component is embedded, PRO_B_FALSEotherwise.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed.
도움이 되셨나요?