Skip to content

Latest commit

 

History

History
171 lines (150 loc) · 4.32 KB

nf-msctf-itfcandidatelistuielement-getupdatedflags.md

File metadata and controls

171 lines (150 loc) · 4.32 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.ITfCandidateListUIElement.GetUpdatedFlags
ITfCandidateListUIElement::GetUpdatedFlags (msctf.h)
The ITfCandidateListUIElement::GetUpdatedFlags method returns the flag that tells which part of this element was updated.
GetUpdatedFlags
GetUpdatedFlags method [Text Services Framework]
GetUpdatedFlags method [Text Services Framework]
ITfCandidateListUIElement interface
ITfCandidateListUIElement interface [Text Services Framework]
GetUpdatedFlags method
ITfCandidateListUIElement.GetUpdatedFlags
ITfCandidateListUIElement::GetUpdatedFlags
TF_CLUIE_COUNT
TF_CLUIE_CURRENTPAGE
TF_CLUIE_DOCUMENTMGR
TF_CLUIE_PAGEINDEX
TF_CLUIE_SELECTION
TF_CLUIE_STRING
msctf/ITfCandidateListUIElement::GetUpdatedFlags
tsf.itfcandidatelistuielement_getupdatedflags
tsf\itfcandidatelistuielement_getupdatedflags.htm
TSF
618bf940-3145-4da5-a253-620b17b045c8
12/05/2018
GetUpdatedFlags, GetUpdatedFlags method [Text Services Framework], GetUpdatedFlags method [Text Services Framework],ITfCandidateListUIElement interface, ITfCandidateListUIElement interface [Text Services Framework],GetUpdatedFlags method, ITfCandidateListUIElement.GetUpdatedFlags, ITfCandidateListUIElement::GetUpdatedFlags, TF_CLUIE_COUNT, TF_CLUIE_CURRENTPAGE, TF_CLUIE_DOCUMENTMGR, TF_CLUIE_PAGEINDEX, TF_CLUIE_SELECTION, TF_CLUIE_STRING, msctf/ITfCandidateListUIElement::GetUpdatedFlags, tsf.itfcandidatelistuielement_getupdatedflags
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
ITfCandidateListUIElement::GetUpdatedFlags
msctf/ITfCandidateListUIElement::GetUpdatedFlags
c++
APIRef
kbSyntax
COM
Msctf.dll
ITfCandidateListUIElement.GetUpdatedFlags

ITfCandidateListUIElement::GetUpdatedFlags

-description

The ITfCandidateListUIElement::GetUpdatedFlags method returns the flag that tells which part of this element was updated.

-parameters

-param pdwFlags [out]

[out] a pointer to receive the flags that is a combination of the following bits:

Value Meaning
TF_CLUIE_DOCUMENTMGR
The target document manager was changed.
TF_CLUIE_COUNT
The count of the candidate string was changed.
TF_CLUIE_SELECTION
The selection of the candidate was changed.
TF_CLUIE_STRING
Some strings in the list were changed.
TF_CLUIE_PAGEINDEX
The current page index or some page index was changed.
TF_CLUIE_CURRENTPAGE
The page was changed.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_FAIL
An unspecified error occurred.
E_INVALIDARG
One or more parameters are invalid.