Animate_Stop  1MSPEU 

The Animate_Stop macro stops playing an AVI clip in an animation control. You can use this macro or explicitly send the ACM_STOP73I.95 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

ACM_STOP