API 文件集 > Assembly > Object ProAsmcomp > Function ProAsmcompIsPackaged
Function ProAsmcompIsPackaged
Description
Determine if the specified component is packaged.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
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
The function successfully returned the information.
The component handle is invalid.
User Guide References
這是否有幫助?