#define global IID_IUIAnimationVariable2 "{4914B304-96AB-44D9-9E77-D5109B7E7466}"
#usecom global IUIAnimationVariable2 IID_IUIAnimationVariable2 "{}"
#comfunc global IUIAnimationVariable2_GetDimension 3 var
#comfunc global IUIAnimationVariable2_GetValue 4 var
#comfunc global IUIAnimationVariable2_GetVectorValue 5 var,int
#comfunc global IUIAnimationVariable2_GetCurve 6 sptr
#comfunc global IUIAnimationVariable2_GetVectorCurve 7 sptr,int
#comfunc global IUIAnimationVariable2_GetFinalValue 8 var
#comfunc global IUIAnimationVariable2_GetFinalVectorValue 9 var,int
#comfunc global IUIAnimationVariable2_GetPreviousValue 10 var
#comfunc global IUIAnimationVariable2_GetPreviousVectorValue 11 var,int
#comfunc global IUIAnimationVariable2_GetIntegerValue 12 var
#comfunc global IUIAnimationVariable2_GetIntegerVectorValue 13 var,int
#comfunc global IUIAnimationVariable2_GetFinalIntegerValue 14 var
#comfunc global IUIAnimationVariable2_GetFinalIntegerVectorValue 15 var,int
#comfunc global IUIAnimationVariable2_GetPreviousIntegerValue 16 var
#comfunc global IUIAnimationVariable2_GetPreviousIntegerVectorValue 17 var,int
#comfunc global IUIAnimationVariable2_GetCurrentStoryboard 18 sptr
#comfunc global IUIAnimationVariable2_SetLowerBound 19 double
#comfunc global IUIAnimationVariable2_SetLowerBoundVector 20 var,int
#comfunc global IUIAnimationVariable2_SetUpperBound 21 double
#comfunc global IUIAnimationVariable2_SetUpperBoundVector 22 var,int
#comfunc global IUIAnimationVariable2_SetRoundingMode 23 int
#comfunc global IUIAnimationVariable2_SetTag 24 sptr,int
#comfunc global IUIAnimationVariable2_GetTag 25 sptr,var
#comfunc global IUIAnimationVariable2_SetVariableChangeHandler 26 sptr,int
#comfunc global IUIAnimationVariable2_SetVariableIntegerChangeHandler 27 sptr,int
#comfunc global IUIAnimationVariable2_SetVariableCurveChangeHandler 28 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IUIAnimationVariable2 "{4914B304-96AB-44D9-9E77-D5109B7E7466}"
#usecom global IUIAnimationVariable2 IID_IUIAnimationVariable2 "{}"
#comfunc global IUIAnimationVariable2_GetDimension 3 sptr
#comfunc global IUIAnimationVariable2_GetValue 4 sptr
#comfunc global IUIAnimationVariable2_GetVectorValue 5 sptr,int
#comfunc global IUIAnimationVariable2_GetCurve 6 sptr
#comfunc global IUIAnimationVariable2_GetVectorCurve 7 sptr,int
#comfunc global IUIAnimationVariable2_GetFinalValue 8 sptr
#comfunc global IUIAnimationVariable2_GetFinalVectorValue 9 sptr,int
#comfunc global IUIAnimationVariable2_GetPreviousValue 10 sptr
#comfunc global IUIAnimationVariable2_GetPreviousVectorValue 11 sptr,int
#comfunc global IUIAnimationVariable2_GetIntegerValue 12 sptr
#comfunc global IUIAnimationVariable2_GetIntegerVectorValue 13 sptr,int
#comfunc global IUIAnimationVariable2_GetFinalIntegerValue 14 sptr
#comfunc global IUIAnimationVariable2_GetFinalIntegerVectorValue 15 sptr,int
#comfunc global IUIAnimationVariable2_GetPreviousIntegerValue 16 sptr
#comfunc global IUIAnimationVariable2_GetPreviousIntegerVectorValue 17 sptr,int
#comfunc global IUIAnimationVariable2_GetCurrentStoryboard 18 sptr
#comfunc global IUIAnimationVariable2_SetLowerBound 19 double
#comfunc global IUIAnimationVariable2_SetLowerBoundVector 20 sptr,int
#comfunc global IUIAnimationVariable2_SetUpperBound 21 double
#comfunc global IUIAnimationVariable2_SetUpperBoundVector 22 sptr,int
#comfunc global IUIAnimationVariable2_SetRoundingMode 23 int
#comfunc global IUIAnimationVariable2_SetTag 24 sptr,int
#comfunc global IUIAnimationVariable2_GetTag 25 sptr,sptr
#comfunc global IUIAnimationVariable2_SetVariableChangeHandler 26 sptr,int
#comfunc global IUIAnimationVariable2_SetVariableIntegerChangeHandler 27 sptr,int
#comfunc global IUIAnimationVariable2_SetVariableCurveChangeHandler 28 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。