Category View manager, Object ProExpldstate

Function ProExpldstateExplodedcomponentsGet


Description
Gets the components of an explode state.
Replacement in Object TOOLKIT: wfcWExplodedState::GetExplodedcomponents
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldstateExplodedcomponentsGet(
ProExpldstate* p_expl_state
/* (In)
The explode state. Cannot be NULL.
*/
ProAsmcomppath** pp_comp_paths
/* (Out)
ProArray of paths to components which are included in this explode state. Cannot be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the component paths.
PRO_TK_BAD_INPUTSSome arguments are invalid.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Assembly: Basic Assembly Access: Accessing Exploded States
  2. Assembly: Basic Assembly Access: Accessing Exploded States