Skip to content

Latest commit

 

History

History
93 lines (76 loc) · 3.25 KB

nf-msctf-itfcontextkeyeventsink-ontestkeydown.md

File metadata and controls

93 lines (76 loc) · 3.25 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msctf.ITfContextKeyEventSink.OnTestKeyDown
ITfContextKeyEventSink::OnTestKeyDown (msctf.h)
ITfContextKeyEventSink::OnTestKeyDown method
ITfContextKeyEventSink interface [Text Services Framework]
OnTestKeyDown method
ITfContextKeyEventSink.OnTestKeyDown
ITfContextKeyEventSink::OnTestKeyDown
OnTestKeyDown
OnTestKeyDown method [Text Services Framework]
OnTestKeyDown method [Text Services Framework]
ITfContextKeyEventSink interface
_tsf_itfcontextkeyeventsink_ontestkeydown_ref
msctf/ITfContextKeyEventSink::OnTestKeyDown
tsf.itfcontextkeyeventsink_ontestkeydown
tsf\itfcontextkeyeventsink_ontestkeydown.htm
TSF
26f22721-6d64-4637-92cd-8c18caa2d95f
12/05/2018
ITfContextKeyEventSink interface [Text Services Framework],OnTestKeyDown method, ITfContextKeyEventSink.OnTestKeyDown, ITfContextKeyEventSink::OnTestKeyDown, OnTestKeyDown, OnTestKeyDown method [Text Services Framework], OnTestKeyDown method [Text Services Framework],ITfContextKeyEventSink interface, _tsf_itfcontextkeyeventsink_ontestkeydown_ref, msctf/ITfContextKeyEventSink::OnTestKeyDown, tsf.itfcontextkeyeventsink_ontestkeydown
msctf.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Msctf.idl
Mscandui.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
ITfContextKeyEventSink::OnTestKeyDown
msctf/ITfContextKeyEventSink::OnTestKeyDown
c++
APIRef
kbSyntax
COM
mscandui.dll
ITfContextKeyEventSink.OnTestKeyDown

ITfContextKeyEventSink::OnTestKeyDown

-description

Called to determine if a text service will handle a key down event.

-parameters

-param wParam [in]

Specifies the virtual-key code of the key. For more information about this parameter, see the wParam parameter in WM_KEYDOWN.

-param lParam [in]

Specifies the repeat count, scan code, extended-key flag, context code, previous key-state flag, and transition-state flag of the key. For more information about this parameter, see the lParam parameter in WM_KEYDOWN.

-param pfEaten [out]

Pointer to a BOOL value that, on exit, indicates if the key event is handled. If this value receives TRUE, the key event is handled. If this value is FALSE, the key event is not handled.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.

-see-also

ITfContextKeyEventSink interface, WM_KEYDOWN, Keyboard Input