Expand Minimize
This topic has not yet been rated - Rate this topic

BufferedPaintStopAllAnimations function

Stops all buffered animations for the given window.

Syntax


HRESULT BufferedPaintStopAllAnimations(
  HWND hwnd
);

Parameters

hwnd

Type: HWND

The handle of the window in which to stop all animations.

Return value

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Uxtheme.h

DLL

UxTheme.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.