Win32 API 日本語リファレンス
ホームUI.TextServices › ITfConfigureSystemKeystrokeFeed

ITfConfigureSystemKeystrokeFeed

COM
IID0d2c969a-bc9c-437c-84ee-951c49b1a764継承元IUnknown自前メソッド開始 vtbl3

メソッド 2

vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。

vtbl 3 HRESULT DisableSystemKeystrokeFeed()
vtbl 4 HRESULT EnableSystemKeystrokeFeed()

HSP用 COM定義

#usecom / #comfunc によるHSPのCOM呼び出し定義。数字は vtbl インデックス(0始まり)。クラスIDが無い場合 #usecom の末尾は "{}"、ある場合は "{CLSID}"

#define global IID_ITfConfigureSystemKeystrokeFeed "{0D2C969A-BC9C-437C-84EE-951C49B1A764}"
#usecom global ITfConfigureSystemKeystrokeFeed IID_ITfConfigureSystemKeystrokeFeed "{}"
#comfunc global ITfConfigureSystemKeystrokeFeed_DisableSystemKeystrokeFeed  3
#comfunc global ITfConfigureSystemKeystrokeFeed_EnableSystemKeystrokeFeed   4
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。