Skip to content

Latest commit

 

History

History
93 lines (80 loc) · 2.59 KB

nf-msctf-itfeditrecord-getselectionstatus.md

File metadata and controls

93 lines (80 loc) · 2.59 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.ITfEditRecord.GetSelectionStatus
ITfEditRecord::GetSelectionStatus (msctf.h)
ITfEditRecord::GetSelectionStatus method
GetSelectionStatus
GetSelectionStatus method [Text Services Framework]
GetSelectionStatus method [Text Services Framework]
ITfEditRecord interface
ITfEditRecord interface [Text Services Framework]
GetSelectionStatus method
ITfEditRecord.GetSelectionStatus
ITfEditRecord::GetSelectionStatus
_tsf_itfeditrecord_getselectionstatus_ref
msctf/ITfEditRecord::GetSelectionStatus
tsf.itfeditrecord_getselectionstatus
tsf\itfeditrecord_getselectionstatus.htm
TSF
ad7dbd71-6241-45a0-9815-1f0eedc5213a
12/05/2018
GetSelectionStatus, GetSelectionStatus method [Text Services Framework], GetSelectionStatus method [Text Services Framework],ITfEditRecord interface, ITfEditRecord interface [Text Services Framework],GetSelectionStatus method, ITfEditRecord.GetSelectionStatus, ITfEditRecord::GetSelectionStatus, _tsf_itfeditrecord_getselectionstatus_ref, msctf/ITfEditRecord::GetSelectionStatus, tsf.itfeditrecord_getselectionstatus
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
ITfEditRecord::GetSelectionStatus
msctf/ITfEditRecord::GetSelectionStatus
c++
APIRef
kbSyntax
COM
msctf.dll
ITfEditRecord.GetSelectionStatus

ITfEditRecord::GetSelectionStatus

-description

Determines if the selection has changed during the edit session.

-parameters

-param pfChanged [out]

Pointer to a BOOL value that receives a value that indicates if the selection changed due to an edit session. Receives a nonzero value if the selection changed or zero otherwise.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_INVALIDARG
pfChanged is invalid.