#define global IID_IWMPPlayer4 "{6C497D62-8919-413C-82DB-E935FB3EC584}"
#usecom global IWMPPlayer4 IID_IWMPPlayer4 "{}"
#comfunc global IWMPPlayer4_get_enabled 31 var
#comfunc global IWMPPlayer4_put_enabled 32 int
#comfunc global IWMPPlayer4_get_fullScreen 33 var
#comfunc global IWMPPlayer4_put_fullScreen 34 int
#comfunc global IWMPPlayer4_get_enableContextMenu 35 var
#comfunc global IWMPPlayer4_put_enableContextMenu 36 int
#comfunc global IWMPPlayer4_put_uiMode 37 wstr
#comfunc global IWMPPlayer4_get_uiMode 38 var
#comfunc global IWMPPlayer4_get_stretchToFit 39 var
#comfunc global IWMPPlayer4_put_stretchToFit 40 int
#comfunc global IWMPPlayer4_get_windowlessVideo 41 var
#comfunc global IWMPPlayer4_put_windowlessVideo 42 int
#comfunc global IWMPPlayer4_get_isRemote 43 var
#comfunc global IWMPPlayer4_get_playerApplication 44 sptr
#comfunc global IWMPPlayer4_openPlayer 45 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IWMPPlayer4 "{6C497D62-8919-413C-82DB-E935FB3EC584}"
#usecom global IWMPPlayer4 IID_IWMPPlayer4 "{}"
#comfunc global IWMPPlayer4_get_enabled 31 sptr
#comfunc global IWMPPlayer4_put_enabled 32 int
#comfunc global IWMPPlayer4_get_fullScreen 33 sptr
#comfunc global IWMPPlayer4_put_fullScreen 34 int
#comfunc global IWMPPlayer4_get_enableContextMenu 35 sptr
#comfunc global IWMPPlayer4_put_enableContextMenu 36 int
#comfunc global IWMPPlayer4_put_uiMode 37 wstr
#comfunc global IWMPPlayer4_get_uiMode 38 sptr
#comfunc global IWMPPlayer4_get_stretchToFit 39 sptr
#comfunc global IWMPPlayer4_put_stretchToFit 40 int
#comfunc global IWMPPlayer4_get_windowlessVideo 41 sptr
#comfunc global IWMPPlayer4_put_windowlessVideo 42 int
#comfunc global IWMPPlayer4_get_isRemote 43 sptr
#comfunc global IWMPPlayer4_get_playerApplication 44 sptr
#comfunc global IWMPPlayer4_openPlayer 45 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。