Animate_Close
Closes an AVI clip. You can use this macro or send the ACM_OPEN message explicitly, passing in NULL parameters.
Animate_Create
Creates an animation control. Animate_Create calls the CreateWindow function to create the animation control.
Animate_IsPlaying
Checks to see if an AVI clip is playing. You can use this macro or send an ACM_ISPLAYING message.
Animate_Open
Opens an AVI clip and displays its first frame in an animation control. You can use this macro or send the ACM_OPEN message explicitly.
Animate_OpenEx
Opens an AVI clip from a resource in a specified module and displays its first frame in an animation control. You can use this macro or send the ACM_OPEN message explicitly.
Animate_Play
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 send the ACM_PLAY message explicitly.
Animate_Seek
Directs an animation control to display a particular frame of an AVI clip. The control displays the clip in the background while the thread continues executing. You can use this macro or send the ACM_PLAY message explicitly.
Animate_Stop
Stops playing an AVI clip in an animation control. You can use this macro or send the ACM_STOP message explicitly.