Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.34 KB

nf-uxtheme-endbufferedanimation.md

File metadata and controls

73 lines (59 loc) · 2.34 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uxtheme.EndBufferedAnimation
EndBufferedAnimation function (uxtheme.h)
Renders the first frame of a buffered animation operation and starts the animation timer.
EndBufferedAnimation
EndBufferedAnimation function [Windows Controls]
_shell_EndBufferedAnimation
_shell_EndBufferedAnimation_cpp
controls.EndBufferedAnimation
controls._shell_EndBufferedAnimation
uxtheme/EndBufferedAnimation
controls\EndBufferedAnimation.htm
Controls
VS|Controls|~\controls\userex\functions\endbufferedanimation.htm
12/05/2018
EndBufferedAnimation, EndBufferedAnimation function [Windows Controls], _shell_EndBufferedAnimation, _shell_EndBufferedAnimation_cpp, controls.EndBufferedAnimation, controls._shell_EndBufferedAnimation, uxtheme/EndBufferedAnimation
uxtheme.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
UxTheme.dll
Windows
19H1
EndBufferedAnimation
uxtheme/EndBufferedAnimation
c++
APIRef
kbSyntax
DllExport
UxTheme.dll
EndBufferedAnimation

EndBufferedAnimation function

-description

Renders the first frame of a buffered animation operation and starts the animation timer.

-parameters

-param hbpAnimation

Type: HANIMATIONBUFFER

The handle to the buffered animation context that was returned by BeginBufferedAnimation.

-param fUpdateTarget

Type: BOOL

If TRUE, updates the target DC with the animation. If FALSE, the animation is not started, the target DC is not updated, and the hbpAnimation parameter is freed.

-returns

Type: HRESULT

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