Category Assembly, Object ProAsmcomp

Function ProAsmcompIsPackaged


Description
Determine if the specified component is packaged.
Replacement in Object TOOLKIT: pfcComponentFeat::IsPackaged
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompIsPackaged(
ProAsmcomp* comp_handle
/* (In)
Handle to the component to be checked.
*/
ProBoolean* p_comp_is_packaged
/* (Out)
PRO_B_TRUE if the component is packaged, otherwise PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSThe component handle is invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Component Placement