Prev Next
Animate_Play info Overview GroupThe Animate_Play macro plays an AVI clip in an animation control. The control plays the clip in the background while the thread continues executing. You can use this macro or explicitly send the ACM_PLAY message. BOOL Animate_Play(
Parameters
Return ValuesIf the operation succeeds, the return value is a nonzero value. If the operation fails, the return value is zero. RemarksYou can use Animate_Seek to direct the animation control to display a particular frame of the AVI clip. The Animate_Play macro is defined in COMMCTRL.H. See Also |