Partager via


Animate_Seek (Compact 2013)

3/28/2014

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

See Also

Reference

Animation Controls Macros