#define global IID_ISpeechVoiceStatus "{8BE47B07-57F6-11D2-9EEE-00C04F797396}"
#usecom global ISpeechVoiceStatus IID_ISpeechVoiceStatus "{}"
#comfunc global ISpeechVoiceStatus_get_CurrentStreamNumber 7 var
#comfunc global ISpeechVoiceStatus_get_LastStreamNumberQueued 8 var
#comfunc global ISpeechVoiceStatus_get_LastHResult 9 var
#comfunc global ISpeechVoiceStatus_get_RunningState 10 var
#comfunc global ISpeechVoiceStatus_get_InputWordPosition 11 var
#comfunc global ISpeechVoiceStatus_get_InputWordLength 12 var
#comfunc global ISpeechVoiceStatus_get_InputSentencePosition 13 var
#comfunc global ISpeechVoiceStatus_get_InputSentenceLength 14 var
#comfunc global ISpeechVoiceStatus_get_LastBookmark 15 var
#comfunc global ISpeechVoiceStatus_get_LastBookmarkId 16 var
#comfunc global ISpeechVoiceStatus_get_PhonemeId 17 var
#comfunc global ISpeechVoiceStatus_get_VisemeId 18 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_ISpeechVoiceStatus "{8BE47B07-57F6-11D2-9EEE-00C04F797396}"
#usecom global ISpeechVoiceStatus IID_ISpeechVoiceStatus "{}"
#comfunc global ISpeechVoiceStatus_get_CurrentStreamNumber 7 sptr
#comfunc global ISpeechVoiceStatus_get_LastStreamNumberQueued 8 sptr
#comfunc global ISpeechVoiceStatus_get_LastHResult 9 sptr
#comfunc global ISpeechVoiceStatus_get_RunningState 10 sptr
#comfunc global ISpeechVoiceStatus_get_InputWordPosition 11 sptr
#comfunc global ISpeechVoiceStatus_get_InputWordLength 12 sptr
#comfunc global ISpeechVoiceStatus_get_InputSentencePosition 13 sptr
#comfunc global ISpeechVoiceStatus_get_InputSentenceLength 14 sptr
#comfunc global ISpeechVoiceStatus_get_LastBookmark 15 sptr
#comfunc global ISpeechVoiceStatus_get_LastBookmarkId 16 sptr
#comfunc global ISpeechVoiceStatus_get_PhonemeId 17 sptr
#comfunc global ISpeechVoiceStatus_get_VisemeId 18 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。