Share via


GweBypassCoredllThunk_t::RectangleAnimation_I (Windows Embedded CE 6.0)

1/6/2010

This method animates an exploding window.

Syntax

static BOOL WINAPI RectangleAnimation_I(
  HWND hwndThis,
  LPCRECT prc,
  BOOL fMaximize
);

Parameters

  • hwndThis
    [in] Handle to the window that you want to explode.
  • prc
    [in] Pointer to a RECT structure that describes the starting rectangle or the ending rectangle of the animation.
  • fMaximize
    [in] Boolean that indicates whether prc indicates the starting rectangle or the ending rectangle for the animation. TRUE indicates that prc indicates the starting rectangle. FALSE indicates that prc indicates the ending rectangle.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

An OEM can turn global animation on or off through a registry key.

Requirements

Header gwebypasscoredllthunk.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

GweBypassCoredllThunk_t
RECT