Category Assembly, Object ProAsmcomp

Function ProAsmcompIsBulkitem


Description
Determines whether the specified component is a bulk item.
Replacement in Object TOOLKIT: pfcComponentFeat::IsBulkitem
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompIsBulkitem(
ProAsmcomp* p_comp_handle
/* (In)
The component to be checked.
*/
ProBoolean* p_is_bulk_item
/* (Out)
This is PRO_B_TRUE if the component is a bulk item; 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: Component Placement
  2. Assembly: Basic Assembly Access: Component Placement

Sample Code References:

  1. pt_examples ( TestAsm.c )