API 설명서 > Assembly > Object ProAsmcomp > Function ProAsmcompIsSubstitute
Function ProAsmcompIsSubstitute
Description
Determine whether the specified component is substituted.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompIsSubstitute
(
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
The function successfully returned the information.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?