#define global IID_IUIAnimationVariable "{8CEEB155-2849-4CE5-9448-91FF70E1E4D9}"
#usecom global IUIAnimationVariable IID_IUIAnimationVariable "{}"
#comfunc global IUIAnimationVariable_GetValue 3 var
#comfunc global IUIAnimationVariable_GetFinalValue 4 var
#comfunc global IUIAnimationVariable_GetPreviousValue 5 var
#comfunc global IUIAnimationVariable_GetIntegerValue 6 var
#comfunc global IUIAnimationVariable_GetFinalIntegerValue 7 var
#comfunc global IUIAnimationVariable_GetPreviousIntegerValue 8 var
#comfunc global IUIAnimationVariable_GetCurrentStoryboard 9 sptr
#comfunc global IUIAnimationVariable_SetLowerBound 10 double
#comfunc global IUIAnimationVariable_SetUpperBound 11 double
#comfunc global IUIAnimationVariable_SetRoundingMode 12 int
#comfunc global IUIAnimationVariable_SetTag 13 sptr,int
#comfunc global IUIAnimationVariable_GetTag 14 sptr,var
#comfunc global IUIAnimationVariable_SetVariableChangeHandler 15 sptr
#comfunc global IUIAnimationVariable_SetVariableIntegerChangeHandler 16 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IUIAnimationVariable "{8CEEB155-2849-4CE5-9448-91FF70E1E4D9}"
#usecom global IUIAnimationVariable IID_IUIAnimationVariable "{}"
#comfunc global IUIAnimationVariable_GetValue 3 sptr
#comfunc global IUIAnimationVariable_GetFinalValue 4 sptr
#comfunc global IUIAnimationVariable_GetPreviousValue 5 sptr
#comfunc global IUIAnimationVariable_GetIntegerValue 6 sptr
#comfunc global IUIAnimationVariable_GetFinalIntegerValue 7 sptr
#comfunc global IUIAnimationVariable_GetPreviousIntegerValue 8 sptr
#comfunc global IUIAnimationVariable_GetCurrentStoryboard 9 sptr
#comfunc global IUIAnimationVariable_SetLowerBound 10 double
#comfunc global IUIAnimationVariable_SetUpperBound 11 double
#comfunc global IUIAnimationVariable_SetRoundingMode 12 int
#comfunc global IUIAnimationVariable_SetTag 13 sptr,int
#comfunc global IUIAnimationVariable_GetTag 14 sptr,sptr
#comfunc global IUIAnimationVariable_SetVariableChangeHandler 15 sptr
#comfunc global IUIAnimationVariable_SetVariableIntegerChangeHandler 16 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。