Animate_Close (Windows CE 5.0)

Send Feedback

This macro closes an AVI clip. The ACM_OPEN (Shell and User Interface) message can be used instead of Animate_Close by explicitly passing in NULL parameters.

BOOL Animate_Close(   HWND hwnd);

Parameters

  • hwnd
    Handle to the animation control.

Return Value

Always returns FALSE.

Remarks

You can use this macro to close an AVI file or AVI resource that was previously opened for the specified animation control.

Requirements

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

See Also

Animate_Open | Animation Controls Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.