Animate_Stop (Windows CE 5.0)

Send Feedback

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

BOOL Animate_Stop(
   HWND hwndAnim
);

Parameters

  • hwndAnim
    Handle to the animation control.

Return Values

This macro always returns TRUE.

Requirements

OS Versions: Windows CE 5.0
Header: Commctrl.h.

See Also

Animation Controls Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.