ITfKeyTraceEventSink::OnKeyTraceUp method

Syntax


HRESULT OnKeyTraceUp(
  [in] WPARAM wParam,
  [in] LPARAM lParam
);

Parameters

wParam [in]

The WPARAM of the key event. For more information about this parameter, see the wParam parameter in WM_KEYUP.

lParam [in]

The LPARAM of the key event. For more information about this parameter, see the lParam parameter in WM_KEYUP.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Redistributable

TSF 1.0 on Windows 2000 Professional

Header

Msctf.h

IDL

Msctf.idl

DLL

Tiptsf.dll

See also

ITfKeyTraceEventSink
WM_KEYUP

 

 

Show: