Skip to content

Latest commit

 

History

History
112 lines (94 loc) · 2.53 KB

nf-msctf-itfrange-getcontext.md

File metadata and controls

112 lines (94 loc) · 2.53 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.ITfRange.GetContext
ITfRange::GetContext (msctf.h)
ITfRange::GetContext method
GetContext
GetContext method [Text Services Framework]
GetContext method [Text Services Framework]
ITfRange interface
ITfRange interface [Text Services Framework]
GetContext method
ITfRange.GetContext
ITfRange::GetContext
_tsf_itfrange_getcontext_ref
msctf/ITfRange::GetContext
tsf.itfrange_getcontext
tsf\itfrange_getcontext.htm
TSF
c3ba1424-f6c9-41f1-b815-4c315bfba868
12/05/2018
GetContext, GetContext method [Text Services Framework], GetContext method [Text Services Framework],ITfRange interface, ITfRange interface [Text Services Framework],GetContext method, ITfRange.GetContext, ITfRange::GetContext, _tsf_itfrange_getcontext_ref, msctf/ITfRange::GetContext, tsf.itfrange_getcontext
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
ITfRange::GetContext
msctf/ITfRange::GetContext
c++
APIRef
kbSyntax
COM
Msctf.dll
ITfRange.GetContext

ITfRange::GetContext

-description

Obtains the context object to which the range belongs.

-parameters

-param ppContext [out]

Pointer to an ITfContext interface pointer that receives the context object that the range belongs to.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_INVALIDARG
ppContext is invalid.
E_FAIL
An unspecified error occurred.

-see-also

ITfContext

ITfRange