Animate_CloseAnimate_Close*
*Contents  *Index  *Topic Contents
*Previous Topic: Animation Control Macros
*Next Topic: Animate_Create

Animate_Close


BOOL Animate_Close(
    HWND hwnd
);

Closes an AVI clip and displays its first frame in an animation control. You can use this macro or send the ACM_OPEN message explicitly.

hwnd
Handle to the animation control.

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

The Animate_Close macro is defined in Commctrl.h.

See also Animate_Open, MAKEINTRESOURCE


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.