The Animate_Stop macro stops playing an AVI clip in an animation control. You can use this macro or explicitly send the ACM_STOP message.
BOOL Animate_Stop(
hwnd | |
); |
Parameters
hwnd
Handle to the animation control.
Return Values
If the operation succeeds, the return value is a nonzero value.
If the operation fails, the return value is zero.
Remarks
The Animate_Stop macro is defined in COMMCTRL.H.
See Also