ITRANSITIONMGR_SETENDACTION()
Brew Release
Brew MP 1.0.2
See Also
- ITransitionMgr_SetProperty()
- ITransitionMgr_GetEndAction()
Description
This function is a ITransitionMgr_SetProperty shortcut used to set the end
action of the transition.
The end action property is used to perform some special action once the
transition has completed.
Params
pif
[]:
Pointer to the ITransitionMgr interface object.
nAction
[]:
integer value to be applied to the property
Prototype
int ITransitionMgr_SetEndAction(ITransitionMgr* pif, int nAction)
Return
AEE_SUCCESS - The requested property has been applied. AEE_EBADPARM - The requested property could not be applied. ECLASSNOTSUPPORT - The requested property is not supported.
Side Effect
- None
Comments
End Action can be set to the following values:
ITransition2_PVAL_ENDACTION_NONE: No special action
ITransition2_PVAL_ENDACTION_REPEAT: Reset and requeue the transition upon completion.
COMMENTS (0)
See Below