Animate_Create (Windows Embedded CE 6.0)

1/6/2010

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.
  • 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

See Also

Reference

Animation Controls Macros