Category View manager, Object ProExpldstate

Function ProExpldstateNameSet


Description
Sets the name of an explode state.
Replacement in Object TOOLKIT: wfcWExplodedState::SetExplodedStateName
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldstateNameSet(
ProExpldstate* p_expl_state
/* (In)
The explode state. Cannot be NULL.
*/
ProName name
/* (In)
The name of the explode state. Cannot be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the name.
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: Accessing Exploded States
  2. Assembly: Basic Assembly Access: Accessing Exploded States