Description | ||||||||
Determine if the specified component is packaged. | ||||||||
Replacement in Object TOOLKIT: | pfcComponentFeat::IsPackaged | |||||||
Synopsis | ||||||||
#include <ProAsmcomp.h> | ||||||||
ProError | ProAsmcompIsPackaged | ( | ||||||
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 | ||||||||
|