#define global IID_IWMFrameInterpProps "{4C06BB9B-626C-4614-8329-CC6A21B93FA0}"
#usecom global IWMFrameInterpProps IID_IWMFrameInterpProps "{}"
#comfunc global IWMFrameInterpProps_SetFrameRateIn 3 int,int
#comfunc global IWMFrameInterpProps_SetFrameRateOut 4 int,int
#comfunc global IWMFrameInterpProps_SetFrameInterpEnabled 5 int
#comfunc global IWMFrameInterpProps_SetComplexityLevel 6 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。