Skip to content

Latest commit

 

History

History
94 lines (77 loc) · 2.68 KB

nf-tom-itextfont2-getdoublestrike.md

File metadata and controls

94 lines (77 loc) · 2.68 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.ITextFont2.GetDoubleStrike
ITextFont2::GetDoubleStrike (tom.h)
Gets whether characters are displayed with double horizontal lines through the center.
GetDoubleStrike
GetDoubleStrike method [Windows Controls]
GetDoubleStrike method [Windows Controls]
ITextFont2 interface
ITextFont2 interface [Windows Controls]
GetDoubleStrike method
ITextFont2.GetDoubleStrike
ITextFont2::GetDoubleStrike
controls.itextfont2_getdoublestrike
tom/ITextFont2::GetDoubleStrike
controls\itextfont2_getdoublestrike.htm
Controls
9e599c29-4b47-4043-b9c7-75a736ca64fa
12/05/2018
GetDoubleStrike, GetDoubleStrike method [Windows Controls], GetDoubleStrike method [Windows Controls],ITextFont2 interface, ITextFont2 interface [Windows Controls],GetDoubleStrike method, ITextFont2.GetDoubleStrike, ITextFont2::GetDoubleStrike, controls.itextfont2_getdoublestrike, tom/ITextFont2::GetDoubleStrike
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextFont2::GetDoubleStrike
tom/ITextFont2::GetDoubleStrike
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextFont2.GetDoubleStrike

ITextFont2::GetDoubleStrike

-description

Gets whether characters are displayed with double horizontal lines through the center.

-parameters

-param pValue [out, retval]

Type: long*

A tomBool value that can be one of the following.

Value Meaning
tomTrue Characters are displayed with double horizontal lines.
tomFalse Characters are not displayed with double horizontal lines.
tomUndefined The DoubleStrike property is undefined.

-returns

Type: HRESULT

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

-see-also

ITextFont2

ITextFont2::SetDoubleStrike