Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 3.64 KB

nf-uianimation-iuianimationvariable-setvariablechangehandler.md

File metadata and controls

83 lines (62 loc) · 3.64 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:uianimation.IUIAnimationVariable.SetVariableChangeHandler
IUIAnimationVariable::SetVariableChangeHandler (uianimation.h)
Specifies a variable change handler. This handler is notified of changes to the value of the animation variable.
IUIAnimationVariable interface [Windows Animation]
SetVariableChangeHandler method
IUIAnimationVariable.SetVariableChangeHandler
IUIAnimationVariable::SetVariableChangeHandler
SetVariableChangeHandler
SetVariableChangeHandler method [Windows Animation]
SetVariableChangeHandler method [Windows Animation]
IUIAnimationVariable interface
uianimation.iuianimationvariable_setvariablechangehandler
uianimation/IUIAnimationVariable::SetVariableChangeHandler
uianimation\iuianimationvariable_setvariablechangehandler.htm
UIAnimation
d773a59f-10a5-41e4-92f1-af72d8d15105
12/05/2018
IUIAnimationVariable interface [Windows Animation],SetVariableChangeHandler method, IUIAnimationVariable.SetVariableChangeHandler, IUIAnimationVariable::SetVariableChangeHandler, SetVariableChangeHandler, SetVariableChangeHandler method [Windows Animation], SetVariableChangeHandler method [Windows Animation],IUIAnimationVariable interface, uianimation.iuianimationvariable_setvariablechangehandler, uianimation/IUIAnimationVariable::SetVariableChangeHandler
uianimation.h
Windows
Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps \| UWP apps]
None supported
UIAnimation.idl
UIAnimation.dll
Windows
19H1
IUIAnimationVariable::SetVariableChangeHandler
uianimation/IUIAnimationVariable::SetVariableChangeHandler
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationVariable.SetVariableChangeHandler

IUIAnimationVariable::SetVariableChangeHandler

-description

Specifies a variable change handler. This handler is notified of changes to the value of the animation variable.

-parameters

-param handler [in, optional]

A variable change handler.

The specified object must implement the IUIAnimationVariableChangeHandler interface or be NULL.

See Remarks.

-returns

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See Windows Animation Error Codes for a list of error codes.

-remarks

Passing NULL for the handler parameter causes Windows Animation to release its reference to any handler object you passed in earlier. This technique can be essential for breaking reference cycles without having to call the IUIAnimationManager::Shutdown method.

-see-also

IUIAnimationVariable

IUIAnimationVariable::SetVariableIntegerChangeHandler

IUIAnimationVariableChangeHandler