Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |