Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.4 KB

nf-tom-itextrange2-getcch.md

File metadata and controls

75 lines (60 loc) · 2.4 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:tom.ITextRange2.GetCch
ITextRange2::GetCch (tom.h)
Gets the count of characters in a range.
GetCch
GetCch method [Windows Controls]
GetCch method [Windows Controls]
ITextRange2 interface
ITextRange2 interface [Windows Controls]
GetCch method
ITextRange2.GetCch
ITextRange2::GetCch
controls.itextrange2_getcch
tom/ITextRange2::GetCch
controls\itextrange2_getcch.htm
Controls
a6f06062-3c8f-40c0-9b5d-6c22a647bfbc
12/05/2018
GetCch, GetCch method [Windows Controls], GetCch method [Windows Controls],ITextRange2 interface, ITextRange2 interface [Windows Controls],GetCch method, ITextRange2.GetCch, ITextRange2::GetCch, controls.itextrange2_getcch, tom/ITextRange2::GetCch
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextRange2::GetCch
tom/ITextRange2::GetCch
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextRange2.GetCch

ITextRange2::GetCch

-description

Gets the count of characters in a range.

-parameters

-param pcch [out, retval]

Type: long*

The signed count of characters.

-returns

Type: HRESULT

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

-remarks

The count of characters is the difference between the character position of the active end of the range, and the character position of the anchor end. Some Text Object Model (TOM) implementations might include active ends only for a selection (represented by the ITextSelection interface). The rich edit control's TOM implementation of a text range (represented by the ITextRange interface) also has active ends.

-see-also

ITextRange2