Category View manager, Object ProExpldstate

Function ProExpldstateDelete


Description
Deletes an explode state.
Replacement in Object TOOLKIT: wfcWAssembly::DeleteExplodedState
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldstateDelete(
ProExpldstate* p_expl_state
/* (In)
The explode state to delete. Cannot be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the explode state.
PRO_TK_BAD_INPUTSNot a valid explode state handle (other errors are also possible).
PRO_TK_E_NOT_FOUNDexplode state was not found.

Manual References:

  1. Assembly: Basic Assembly Access: Manipulating Exploded States