This topic has not yet been rated - Rate this topic

IUIAnimationVariable2::GetIntegerVectorValue method

Gets the integer value of the animation variable for the specified dimension.

Syntax


HRESULT GetIntegerVectorValue(
  [out]  INT32 *value,
  [in]   UINT cDimension
);

Parameters

value [out]

The value of the animation variable as an integer.

cDimension [in]

The dimension from which to get the value of the animation variable.

Return value

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

Requirements

Minimum supported client

Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported [desktop apps | Windows Store apps]

Header

UIAnimation.h

IDL

UIAnimation.idl

DLL

UIAnimation.dll

IID

IID_IUIAnimationVariable2 is defined as 4914B304-96AB-44d9-9E77-D5109B7E7466

See also

IUIAnimationVariable2

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.