#define global IID_IWMPEffects "{D3984C13-C3CB-48E2-8BE5-5168340B4F35}"
#usecom global IWMPEffects IID_IWMPEffects "{}"
#comfunc global IWMPEffects_Render 3 var,sptr,var
#comfunc global IWMPEffects_MediaInfo 4 int,int,wstr
#comfunc global IWMPEffects_GetCapabilities 5 var
#comfunc global IWMPEffects_GetTitle 6 var
#comfunc global IWMPEffects_GetPresetTitle 7 int,var
#comfunc global IWMPEffects_GetPresetCount 8 var
#comfunc global IWMPEffects_SetCurrentPreset 9 int
#comfunc global IWMPEffects_GetCurrentPreset 10 var
#comfunc global IWMPEffects_DisplayPropertyPage 11 sptr
#comfunc global IWMPEffects_GoFullscreen 12 int
#comfunc global IWMPEffects_RenderFullScreen 13 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。#define global IID_IWMPEffects "{D3984C13-C3CB-48E2-8BE5-5168340B4F35}"
#usecom global IWMPEffects IID_IWMPEffects "{}"
#comfunc global IWMPEffects_Render 3 sptr,sptr,sptr
#comfunc global IWMPEffects_MediaInfo 4 int,int,wstr
#comfunc global IWMPEffects_GetCapabilities 5 sptr
#comfunc global IWMPEffects_GetTitle 6 sptr
#comfunc global IWMPEffects_GetPresetTitle 7 int,sptr
#comfunc global IWMPEffects_GetPresetCount 8 sptr
#comfunc global IWMPEffects_SetCurrentPreset 9 int
#comfunc global IWMPEffects_GetCurrentPreset 10 sptr
#comfunc global IWMPEffects_DisplayPropertyPage 11 sptr
#comfunc global IWMPEffects_GoFullscreen 12 int
#comfunc global IWMPEffects_RenderFullScreen 13 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。