ReactOS 0.4.16-dev-41-ge8c7597
|
Public Member Functions | |
HRESULT | OnSetFocus ([in] BOOL fForeground) |
HRESULT | OnTestKeyDown ([in] ITfContext *pic, [in] WPARAM wParam, [in] LPARAM lParam, [out] BOOL *pfEaten) |
HRESULT | OnTestKeyUp ([in] ITfContext *pic, [in] WPARAM wParam, [in] LPARAM lParam, [out] BOOL *pfEaten) |
HRESULT | OnKeyDown ([in] ITfContext *pic, [in] WPARAM wParam, [in] LPARAM lParam, [out] BOOL *pfEaten) |
HRESULT | OnKeyUp ([in] ITfContext *pic, [in] WPARAM wParam, [in] LPARAM lParam, [out] BOOL *pfEaten) |
HRESULT | OnPreservedKey ([in] ITfContext *pic, [in] REFGUID rguid, [out] BOOL *pfEaten) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
HRESULT ITfKeyEventSink::OnKeyDown | ( | [in] ITfContext * | pic, |
[in] WPARAM | wParam, | ||
[in] LPARAM | lParam, | ||
[out] BOOL * | pfEaten | ||
) |
HRESULT ITfKeyEventSink::OnKeyUp | ( | [in] ITfContext * | pic, |
[in] WPARAM | wParam, | ||
[in] LPARAM | lParam, | ||
[out] BOOL * | pfEaten | ||
) |
HRESULT ITfKeyEventSink::OnPreservedKey | ( | [in] ITfContext * | pic, |
[in] REFGUID | rguid, | ||
[out] BOOL * | pfEaten | ||
) |
HRESULT ITfKeyEventSink::OnTestKeyDown | ( | [in] ITfContext * | pic, |
[in] WPARAM | wParam, | ||
[in] LPARAM | lParam, | ||
[out] BOOL * | pfEaten | ||
) |
HRESULT ITfKeyEventSink::OnTestKeyUp | ( | [in] ITfContext * | pic, |
[in] WPARAM | wParam, | ||
[in] LPARAM | lParam, | ||
[out] BOOL * | pfEaten | ||
) |