
Replacement in Object TOOLKIT: |

ProExpldstateInit | |
( ProName expld_name /* (In) The name of the specified explode state in the solid. If you specify this argument, the function ignores expld_id. */ int expld_id /* (In) The identifier of the explode state, if you did not specify the name (you specified NULL). */ ProSolid p_solid /* (In) The solid that contains the explode state. Cannot be NULL. */ ProExpldstate* p_handle /* (Out) The handle to the explode state, if found. */ ) |

The function found the explode state in the solid. | |
The function did not find the explode state in the solid. | |
One or more of the input arguments are invalid - for instance, p_solid is NULL or not PRO_ASSEMBLY. | |
p_solid is not a correct ProSolid pointer. |

