GweBypassCoredllThunk_t::RectangleAnimation_I (Windows CE 5.0)

Send Feedback

This method animates an exploding window.

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 Values

TRUE indicates success. FALSE indicates failure.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: GweBypassCoredllThunk.hpp.

See Also

RECT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.