#define global IID_IAMWstDecoder "{C056DE21-75C2-11D3-A184-00105AEF9F33}"
#usecom global IAMWstDecoder IID_IAMWstDecoder "{}"
#comfunc global IAMWstDecoder_GetDecoderLevel 3 var
#comfunc global IAMWstDecoder_GetCurrentService 4 var
#comfunc global IAMWstDecoder_GetServiceState 5 var
#comfunc global IAMWstDecoder_SetServiceState 6 int
#comfunc global IAMWstDecoder_GetOutputFormat 7 var
#comfunc global IAMWstDecoder_SetOutputFormat 8 var
#comfunc global IAMWstDecoder_GetBackgroundColor 9 var
#comfunc global IAMWstDecoder_SetBackgroundColor 10 int
#comfunc global IAMWstDecoder_GetRedrawAlways 11 var
#comfunc global IAMWstDecoder_SetRedrawAlways 12 int
#comfunc global IAMWstDecoder_GetDrawBackgroundMode 13 var
#comfunc global IAMWstDecoder_SetDrawBackgroundMode 14 int
#comfunc global IAMWstDecoder_SetAnswerMode 15 int
#comfunc global IAMWstDecoder_GetAnswerMode 16 var
#comfunc global IAMWstDecoder_SetHoldPage 17 int
#comfunc global IAMWstDecoder_GetHoldPage 18 var
#comfunc global IAMWstDecoder_GetCurrentPage 19 var
#comfunc global IAMWstDecoder_SetCurrentPage 20 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IAMWstDecoder "{C056DE21-75C2-11D3-A184-00105AEF9F33}"
#usecom global IAMWstDecoder IID_IAMWstDecoder "{}"
#comfunc global IAMWstDecoder_GetDecoderLevel 3 sptr
#comfunc global IAMWstDecoder_GetCurrentService 4 sptr
#comfunc global IAMWstDecoder_GetServiceState 5 sptr
#comfunc global IAMWstDecoder_SetServiceState 6 int
#comfunc global IAMWstDecoder_GetOutputFormat 7 sptr
#comfunc global IAMWstDecoder_SetOutputFormat 8 sptr
#comfunc global IAMWstDecoder_GetBackgroundColor 9 sptr
#comfunc global IAMWstDecoder_SetBackgroundColor 10 int
#comfunc global IAMWstDecoder_GetRedrawAlways 11 sptr
#comfunc global IAMWstDecoder_SetRedrawAlways 12 int
#comfunc global IAMWstDecoder_GetDrawBackgroundMode 13 sptr
#comfunc global IAMWstDecoder_SetDrawBackgroundMode 14 int
#comfunc global IAMWstDecoder_SetAnswerMode 15 int
#comfunc global IAMWstDecoder_GetAnswerMode 16 sptr
#comfunc global IAMWstDecoder_SetHoldPage 17 int
#comfunc global IAMWstDecoder_GetHoldPage 18 sptr
#comfunc global IAMWstDecoder_GetCurrentPage 19 sptr
#comfunc global IAMWstDecoder_SetCurrentPage 20 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。