Contents Index Topic Contents | ||
Previous Topic: Animate_Play Next Topic: Animate_Stop |
Animate_Seek
BOOL Animate_Seek( HWND hwndAnim, UINT wFrame );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.
- Returns nonzero if successful, or zero otherwise.
- hwndAnim
- Handle to the animation control in which to display the AVI frame.
- wFrame
- Zero-based index of the frame to display.
The Animate_Seek macro is defined in Commctrl.h.
See also Animate_Play
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.