#define global IID_IWMPSettings "{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}"
#usecom global IWMPSettings IID_IWMPSettings "{}"
#comfunc global IWMPSettings_get_isAvailable 7 wstr,var
#comfunc global IWMPSettings_get_autoStart 8 var
#comfunc global IWMPSettings_put_autoStart 9 int
#comfunc global IWMPSettings_get_baseURL 10 var
#comfunc global IWMPSettings_put_baseURL 11 wstr
#comfunc global IWMPSettings_get_defaultFrame 12 var
#comfunc global IWMPSettings_put_defaultFrame 13 wstr
#comfunc global IWMPSettings_get_invokeURLs 14 var
#comfunc global IWMPSettings_put_invokeURLs 15 int
#comfunc global IWMPSettings_get_mute 16 var
#comfunc global IWMPSettings_put_mute 17 int
#comfunc global IWMPSettings_get_playCount 18 var
#comfunc global IWMPSettings_put_playCount 19 int
#comfunc global IWMPSettings_get_rate 20 var
#comfunc global IWMPSettings_put_rate 21 double
#comfunc global IWMPSettings_get_balance 22 var
#comfunc global IWMPSettings_put_balance 23 int
#comfunc global IWMPSettings_get_volume 24 var
#comfunc global IWMPSettings_put_volume 25 int
#comfunc global IWMPSettings_getMode 26 wstr,var
#comfunc global IWMPSettings_setMode 27 wstr,int
#comfunc global IWMPSettings_get_enableErrorDialogs 28 var
#comfunc global IWMPSettings_put_enableErrorDialogs 29 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IWMPSettings "{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}"
#usecom global IWMPSettings IID_IWMPSettings "{}"
#comfunc global IWMPSettings_get_isAvailable 7 wstr,sptr
#comfunc global IWMPSettings_get_autoStart 8 sptr
#comfunc global IWMPSettings_put_autoStart 9 int
#comfunc global IWMPSettings_get_baseURL 10 sptr
#comfunc global IWMPSettings_put_baseURL 11 wstr
#comfunc global IWMPSettings_get_defaultFrame 12 sptr
#comfunc global IWMPSettings_put_defaultFrame 13 wstr
#comfunc global IWMPSettings_get_invokeURLs 14 sptr
#comfunc global IWMPSettings_put_invokeURLs 15 int
#comfunc global IWMPSettings_get_mute 16 sptr
#comfunc global IWMPSettings_put_mute 17 int
#comfunc global IWMPSettings_get_playCount 18 sptr
#comfunc global IWMPSettings_put_playCount 19 int
#comfunc global IWMPSettings_get_rate 20 sptr
#comfunc global IWMPSettings_put_rate 21 double
#comfunc global IWMPSettings_get_balance 22 sptr
#comfunc global IWMPSettings_put_balance 23 int
#comfunc global IWMPSettings_get_volume 24 sptr
#comfunc global IWMPSettings_put_volume 25 int
#comfunc global IWMPSettings_getMode 26 wstr,sptr
#comfunc global IWMPSettings_setMode 27 wstr,int
#comfunc global IWMPSettings_get_enableErrorDialogs 28 sptr
#comfunc global IWMPSettings_put_enableErrorDialogs 29 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。