ITRANSITION2_GETSTEPS()
Brew Release
Brew MP 1.0.2
See Also
- ITransition2 Interface
- ITransition2_GetProperty()
- ITransition2_SetSteps()
Description
This function is a ITransition2_GetProperty shortcut used to get the number
of steps the transition will take to complete.
Params
pif
[]:
Pointer to the ITransition2 interface object.
pnStep
[]:
[out] integer pointer that will hold the property's value
Prototype
int ITransition2_GetSteps(ITransition2* pif, int* nSteps)
Return
AEE_SUCCESS - The requested property has been retrieved. AEE_EBADPARM - Invalid out parameter. ECLASSNOTSUPPORT - The requested property is not supported.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below