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

void Animate_Seek(
   hwnd,
   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

None

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