Animate_Seek macro (commctrl.h)

Directs an animation control to display a particular frame of an AVI clip. The control displays the clip in the background while the thread continues executing. You can use this macro or send the ACM_PLAY message explicitly.

Syntax

BOOL Animate_Seek(
   HWND hwnd,
   UINT frame
);

Parameters

hwnd

Type: HWND

A handle to the animation control in which to display the AVI frame.

frame

Type: UINT

The zero-based index of the frame to display.

Return value

Type: BOOL

Returns nonzero if successful, or zero otherwise.

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_Play