Animate_Seek (Windows CE 5.0)
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.
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 Values
Returns nonzero if successful, or zero otherwise.
Requirements
OS Versions: Windows CE 5.0
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors