Animate_Close
The Animate_Close
macro closes an AVI clip and displays its first frame in an animation control.
You can use this macro or explicitly send the ACM_OPEN
BOOL Animate_Close(
HWND hwnd |
|
); |
|
Parameters
hwnd
Handle to the
animation control.
Return Values
The Animate_Close
macro 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.
The Animate_Close
macro is defined in COMMCTRL.H.
See Also