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
BOOL Animate_Close(
HWND hwnd
);
Parameters
hwnd
Type: HWND
A handle to the animation control.
Return value
Type: BOOL
Always returns FALSE.
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 |