|
| HRESULT | AdviseKeyEventSink ([in] TfClientId tid, [in] ITfKeyEventSink *pSink, [in] BOOL fForeground) |
| |
| HRESULT | UnadviseKeyEventSink ([in] TfClientId tid) |
| |
| HRESULT | GetForeground ([out] CLSID *pclsid) |
| |
| HRESULT | TestKeyDown ([in] WPARAM wParam, [in] LPARAM lParam, [out] BOOL *pfEaten) |
| |
| HRESULT | TestKeyUp ([in] WPARAM wParam, [in] LPARAM lParam, [out] BOOL *pfEaten) |
| |
| HRESULT | KeyDown ([in] WPARAM wParam, [in] LPARAM lParam, [out] BOOL *pfEaten) |
| |
| HRESULT | KeyUp ([in] WPARAM wParam, [in] LPARAM lParam, [out] BOOL *pfEaten) |
| |
| HRESULT | GetPreservedKey ([in] ITfContext *pic, [in] const TF_PRESERVEDKEY *pprekey, [out] GUID *pguid) |
| |
| HRESULT | IsPreservedKey ([in] REFGUID rguid, [in] const TF_PRESERVEDKEY *pprekey, [out] BOOL *pfRegistered) |
| |
| HRESULT | PreserveKey ([in] TfClientId tid, [in] REFGUID rguid, [in] const TF_PRESERVEDKEY *prekey, [in, size_is(cchDesc)] const WCHAR *pchDesc, [in] ULONG cchDesc) |
| |
| HRESULT | UnpreserveKey ([in] REFGUID rguid, [in] const TF_PRESERVEDKEY *pprekey) |
| |
| HRESULT | SetPreservedKeyDescription ([in] REFGUID rguid, [in, size_is(cchDesc)] const WCHAR *pchDesc, [in] ULONG cchDesc) |
| |
| HRESULT | GetPreservedKeyDescription ([in] REFGUID rguid, [out] BSTR *pbstrDesc) |
| |
| HRESULT | SimulatePreservedKey ([in] ITfContext *pic, [in] REFGUID rguid, [out] BOOL *pfEaten) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 1065 of file msctf.idl.