#define global IID_ISpeechPhraseElement "{E6176F96-E373-4801-B223-3B62C068C0B4}"
#usecom global ISpeechPhraseElement IID_ISpeechPhraseElement "{}"
#comfunc global ISpeechPhraseElement_get_AudioTimeOffset 7 var
#comfunc global ISpeechPhraseElement_get_AudioSizeTime 8 var
#comfunc global ISpeechPhraseElement_get_AudioStreamOffset 9 var
#comfunc global ISpeechPhraseElement_get_AudioSizeBytes 10 var
#comfunc global ISpeechPhraseElement_get_RetainedStreamOffset 11 var
#comfunc global ISpeechPhraseElement_get_RetainedSizeBytes 12 var
#comfunc global ISpeechPhraseElement_get_DisplayText 13 var
#comfunc global ISpeechPhraseElement_get_LexicalForm 14 var
#comfunc global ISpeechPhraseElement_get_Pronunciation 15 var
#comfunc global ISpeechPhraseElement_get_DisplayAttributes 16 var
#comfunc global ISpeechPhraseElement_get_RequiredConfidence 17 var
#comfunc global ISpeechPhraseElement_get_ActualConfidence 18 var
#comfunc global ISpeechPhraseElement_get_EngineConfidence 19 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_ISpeechPhraseElement "{E6176F96-E373-4801-B223-3B62C068C0B4}"
#usecom global ISpeechPhraseElement IID_ISpeechPhraseElement "{}"
#comfunc global ISpeechPhraseElement_get_AudioTimeOffset 7 sptr
#comfunc global ISpeechPhraseElement_get_AudioSizeTime 8 sptr
#comfunc global ISpeechPhraseElement_get_AudioStreamOffset 9 sptr
#comfunc global ISpeechPhraseElement_get_AudioSizeBytes 10 sptr
#comfunc global ISpeechPhraseElement_get_RetainedStreamOffset 11 sptr
#comfunc global ISpeechPhraseElement_get_RetainedSizeBytes 12 sptr
#comfunc global ISpeechPhraseElement_get_DisplayText 13 sptr
#comfunc global ISpeechPhraseElement_get_LexicalForm 14 sptr
#comfunc global ISpeechPhraseElement_get_Pronunciation 15 sptr
#comfunc global ISpeechPhraseElement_get_DisplayAttributes 16 sptr
#comfunc global ISpeechPhraseElement_get_RequiredConfidence 17 sptr
#comfunc global ISpeechPhraseElement_get_ActualConfidence 18 sptr
#comfunc global ISpeechPhraseElement_get_EngineConfidence 19 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。