Skip to content

Latest commit

 

History

History
125 lines (100 loc) · 3.22 KB

nf-msctf-itfkeystrokemgr-unpreservekey.md

File metadata and controls

125 lines (100 loc) · 3.22 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.ITfKeystrokeMgr.UnpreserveKey
ITfKeystrokeMgr::UnpreserveKey (msctf.h)
ITfKeystrokeMgr::UnpreserveKey method
ITfKeystrokeMgr interface [Text Services Framework]
UnpreserveKey method
ITfKeystrokeMgr.UnpreserveKey
ITfKeystrokeMgr::UnpreserveKey
UnpreserveKey
UnpreserveKey method [Text Services Framework]
UnpreserveKey method [Text Services Framework]
ITfKeystrokeMgr interface
_tsf_itfkeystrokemgr_unpreservekey_ref
msctf/ITfKeystrokeMgr::UnpreserveKey
tsf.itfkeystrokemgr_unpreservekey
tsf\itfkeystrokemgr_unpreservekey.htm
TSF
05975fce-04c3-4316-a9b2-ed015e7aa8fe
12/05/2018
ITfKeystrokeMgr interface [Text Services Framework],UnpreserveKey method, ITfKeystrokeMgr.UnpreserveKey, ITfKeystrokeMgr::UnpreserveKey, UnpreserveKey, UnpreserveKey method [Text Services Framework], UnpreserveKey method [Text Services Framework],ITfKeystrokeMgr interface, _tsf_itfkeystrokemgr_unpreservekey_ref, msctf/ITfKeystrokeMgr::UnpreserveKey, tsf.itfkeystrokemgr_unpreservekey
msctf.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Msctf.idl
Msctf.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
ITfKeystrokeMgr::UnpreserveKey
msctf/ITfKeystrokeMgr::UnpreserveKey
c++
APIRef
kbSyntax
COM
Msctf.dll
ITfKeystrokeMgr.UnpreserveKey

ITfKeystrokeMgr::UnpreserveKey

-description

Unregisters a preserved key.

-parameters

-param rguid [in]

Contains the command GUID of the preserved key.

-param pprekey [in]

Pointer to a TF_PRESERVEDKEY structure that specifies the preserved key. The uVKey member contains the virtual key code and the uModifiers member identifies the modifiers of the preserved key.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
CONNECT_E_NOCONNECTION
The preserved key is not registered.
E_INVALIDARG
One or more parameters are invalid.

-remarks

Preserved keys are registered by TSF text services and provide keyboard shortcuts to common commands implemented by the TSF text service.

-see-also

ITfKeystrokeMgr

ITfKeystrokeMgr::PreserveKey

TF_PRESERVEDKEY