Share via


Animate_Seek (Windows Embedded CE 6.0)

1/6/2010

This macro directs an animation control to display a particular frame of an AVI clip. You can use this macro or send the ACM_PLAY message explicitly.

Syntax

BOOL Animate_Seek(
   HWND hwndAnim,
   UINT wFrame
);

Parameters

  • hwndAnim
    Handle to the animation control in which to display the AVI frame.
  • wFrame
    Zero-based index of the frame to display.

Return Value

Returns nonzero if successful, or zero otherwise.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 5.0

See Also

Reference

Animation Controls Macros