#define global IID_ISpeechVoice "{269316D8-57BD-11D2-9EEE-00C04F797396}"
#usecom global ISpeechVoice IID_ISpeechVoice "{}"
#comfunc global ISpeechVoice_get_Status 7 sptr
#comfunc global ISpeechVoice_get_Voice 8 sptr
#comfunc global ISpeechVoice_putref_Voice 9 sptr
#comfunc global ISpeechVoice_get_AudioOutput 10 sptr
#comfunc global ISpeechVoice_putref_AudioOutput 11 sptr
#comfunc global ISpeechVoice_get_AudioOutputStream 12 sptr
#comfunc global ISpeechVoice_putref_AudioOutputStream 13 sptr
#comfunc global ISpeechVoice_get_Rate 14 var
#comfunc global ISpeechVoice_put_Rate 15 int
#comfunc global ISpeechVoice_get_Volume 16 var
#comfunc global ISpeechVoice_put_Volume 17 int
#comfunc global ISpeechVoice_put_AllowAudioOutputFormatChangesOnNextSet 18 int
#comfunc global ISpeechVoice_get_AllowAudioOutputFormatChangesOnNextSet 19 var
#comfunc global ISpeechVoice_get_EventInterests 20 var
#comfunc global ISpeechVoice_put_EventInterests 21 int
#comfunc global ISpeechVoice_put_Priority 22 int
#comfunc global ISpeechVoice_get_Priority 23 var
#comfunc global ISpeechVoice_put_AlertBoundary 24 int
#comfunc global ISpeechVoice_get_AlertBoundary 25 var
#comfunc global ISpeechVoice_put_SynchronousSpeakTimeout 26 int
#comfunc global ISpeechVoice_get_SynchronousSpeakTimeout 27 var
#comfunc global ISpeechVoice_Speak 28 wstr,int,var
#comfunc global ISpeechVoice_SpeakStream 29 sptr,int,var
#comfunc global ISpeechVoice_Pause 30
#comfunc global ISpeechVoice_Resume 31
#comfunc global ISpeechVoice_Skip 32 wstr,int,var
#comfunc global ISpeechVoice_GetVoices 33 wstr,wstr,sptr
#comfunc global ISpeechVoice_GetAudioOutputs 34 wstr,wstr,sptr
#comfunc global ISpeechVoice_WaitUntilDone 35 int,var
#comfunc global ISpeechVoice_SpeakCompleteEvent 36 var
#comfunc global ISpeechVoice_IsUISupported 37 wstr,var,var
#comfunc global ISpeechVoice_DisplayUI 38 int,wstr,wstr,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_ISpeechVoice "{269316D8-57BD-11D2-9EEE-00C04F797396}"
#usecom global ISpeechVoice IID_ISpeechVoice "{}"
#comfunc global ISpeechVoice_get_Status 7 sptr
#comfunc global ISpeechVoice_get_Voice 8 sptr
#comfunc global ISpeechVoice_putref_Voice 9 sptr
#comfunc global ISpeechVoice_get_AudioOutput 10 sptr
#comfunc global ISpeechVoice_putref_AudioOutput 11 sptr
#comfunc global ISpeechVoice_get_AudioOutputStream 12 sptr
#comfunc global ISpeechVoice_putref_AudioOutputStream 13 sptr
#comfunc global ISpeechVoice_get_Rate 14 sptr
#comfunc global ISpeechVoice_put_Rate 15 int
#comfunc global ISpeechVoice_get_Volume 16 sptr
#comfunc global ISpeechVoice_put_Volume 17 int
#comfunc global ISpeechVoice_put_AllowAudioOutputFormatChangesOnNextSet 18 int
#comfunc global ISpeechVoice_get_AllowAudioOutputFormatChangesOnNextSet 19 sptr
#comfunc global ISpeechVoice_get_EventInterests 20 sptr
#comfunc global ISpeechVoice_put_EventInterests 21 int
#comfunc global ISpeechVoice_put_Priority 22 int
#comfunc global ISpeechVoice_get_Priority 23 sptr
#comfunc global ISpeechVoice_put_AlertBoundary 24 int
#comfunc global ISpeechVoice_get_AlertBoundary 25 sptr
#comfunc global ISpeechVoice_put_SynchronousSpeakTimeout 26 int
#comfunc global ISpeechVoice_get_SynchronousSpeakTimeout 27 sptr
#comfunc global ISpeechVoice_Speak 28 wstr,int,sptr
#comfunc global ISpeechVoice_SpeakStream 29 sptr,int,sptr
#comfunc global ISpeechVoice_Pause 30
#comfunc global ISpeechVoice_Resume 31
#comfunc global ISpeechVoice_Skip 32 wstr,int,sptr
#comfunc global ISpeechVoice_GetVoices 33 wstr,wstr,sptr
#comfunc global ISpeechVoice_GetAudioOutputs 34 wstr,wstr,sptr
#comfunc global ISpeechVoice_WaitUntilDone 35 int,sptr
#comfunc global ISpeechVoice_SpeakCompleteEvent 36 sptr
#comfunc global ISpeechVoice_IsUISupported 37 wstr,sptr,sptr
#comfunc global ISpeechVoice_DisplayUI 38 int,wstr,wstr,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。