Animate_Stop (Windows Embedded CE 6.0)

1/6/2010

This macro stops playing an AVI clip in an animation control. You can use this macro or send the ACM_STOP message explicitly.

Syntax

BOOL Animate_Stop(
   HWND hwndAnim
);

Parameters

  • hwndAnim
    Handle to the animation control.

Return Value

This macro always returns TRUE.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 5.0

See Also

Reference

Animation Controls Macros