Animate_Close macro (commctrl.h)

Closes an AVI clip. You can use this macro or send the ACM_OPEN message explicitly, passing in NULL parameters.

Syntax

void Animate_Close(
   hwnd
);

Parameters

hwnd

Type: HWND

A handle to the animation control.

Return value

None

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header commctrl.h

See also

Animate_Open