Share via


Animate_Close (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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

Header commctrl.h
Windows Embedded CE Windows CE 5.0

See Also

Reference

Animation Controls Macros
Animate_Open