#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"。
出力引数:
#define global IID_ITextInputPanelEventSink "{27560408-8E64-4FE1-804E-421201584B31}"
#usecom global ITextInputPanelEventSink IID_ITextInputPanelEventSink "{}"
#comfunc global ITextInputPanelEventSink_InPlaceStateChanging 3 int,int
#comfunc global ITextInputPanelEventSink_InPlaceStateChanged 4 int,int
#comfunc global ITextInputPanelEventSink_InPlaceSizeChanging 5 int,int
#comfunc global ITextInputPanelEventSink_InPlaceSizeChanged 6 int,int
#comfunc global ITextInputPanelEventSink_InputAreaChanging 7 int,int
#comfunc global ITextInputPanelEventSink_InputAreaChanged 8 int,int
#comfunc global ITextInputPanelEventSink_CorrectionModeChanging 9 int,int
#comfunc global ITextInputPanelEventSink_CorrectionModeChanged 10 int,int
#comfunc global ITextInputPanelEventSink_InPlaceVisibilityChanging 11 int,int
#comfunc global ITextInputPanelEventSink_InPlaceVisibilityChanged 12 int,int
#comfunc global ITextInputPanelEventSink_TextInserting 13 var
#comfunc global ITextInputPanelEventSink_TextInserted 14 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_ITextInputPanelEventSink "{27560408-8E64-4FE1-804E-421201584B31}"
#usecom global ITextInputPanelEventSink IID_ITextInputPanelEventSink "{}"
#comfunc global ITextInputPanelEventSink_InPlaceStateChanging 3 int,int
#comfunc global ITextInputPanelEventSink_InPlaceStateChanged 4 int,int
#comfunc global ITextInputPanelEventSink_InPlaceSizeChanging 5 int,int
#comfunc global ITextInputPanelEventSink_InPlaceSizeChanged 6 int,int
#comfunc global ITextInputPanelEventSink_InputAreaChanging 7 int,int
#comfunc global ITextInputPanelEventSink_InputAreaChanged 8 int,int
#comfunc global ITextInputPanelEventSink_CorrectionModeChanging 9 int,int
#comfunc global ITextInputPanelEventSink_CorrectionModeChanged 10 int,int
#comfunc global ITextInputPanelEventSink_InPlaceVisibilityChanging 11 int,int
#comfunc global ITextInputPanelEventSink_InPlaceVisibilityChanged 12 int,int
#comfunc global ITextInputPanelEventSink_TextInserting 13 sptr
#comfunc global ITextInputPanelEventSink_TextInserted 14 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。