API Documentation > Assembly > Object ProAsmcomp > Function ProAsmcompIsFrozen
Function ProAsmcompIsFrozen
Description
Determine if the specified component is frozen.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompIsFrozen
(
ProAsmcomp* comp_handle
/* (In)
Handle to the component to be checked.
*/
ProBoolean* p_comp_is_frozen
/* (Out)
PRO_B_TRUE if the component is frozen, otherwise PRO_B_FALSE.
*/
)
Returns
The function successfully returned the information.
The component handle is invalid.
User Guide References
Was this helpful?