GweBypassCoredllThunk_t::RectangleAnimation_I
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.