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.
Other versions of this page are also available for the following:
8/28/2008
This macro creates an animation control. It calls the CreateWindow function to create the animation control.
Syntax
HWND Animate_Create(
HWND hwndP,
UINT id,
DWORD dwStyle,
HINSTANCE hInstance
);
Parameters
- hwndP
Handle to the parent window.
- id
Child window identifier of the animation control.
- dwStyle
Window styles. For a list of the animation control style values, see Animation Controls Styles.
- hInstance
Handle to the instance of the module that is creating the animation control.
Return Value
Returns the handle to the animation control.
Remarks
If the ACS_CENTER style in Animation Controls Styles is specified, this macro sets the width and height of the animation control to zero. If the ACS_CENTER style is not specified, this macro sets the width and height based on the dimensions of a frame in the AVI clip.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 5.0 |