Skip to content

Latest commit

 

History

History
86 lines (73 loc) · 2.42 KB

nf-tom-itextrange2-hextounicode.md

File metadata and controls

86 lines (73 loc) · 2.42 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.HexToUnicode
ITextRange2::HexToUnicode (tom.h)
Converts and replaces the hexadecimal number at the end of this range to a Unicode character.
HexToUnicode
HexToUnicode method [Windows Controls]
HexToUnicode method [Windows Controls]
ITextRange2 interface
ITextRange2 interface [Windows Controls]
HexToUnicode method
ITextRange2.HexToUnicode
ITextRange2::HexToUnicode
controls.itextrange2_hextounicode
tom/ITextRange2::HexToUnicode
controls\itextrange2_hextounicode.htm
Controls
024f9f32-2362-4f1c-b8db-9b4fb1ee157c
12/05/2018
HexToUnicode, HexToUnicode method [Windows Controls], HexToUnicode method [Windows Controls],ITextRange2 interface, ITextRange2 interface [Windows Controls],HexToUnicode method, ITextRange2.HexToUnicode, ITextRange2::HexToUnicode, controls.itextrange2_hextounicode, tom/ITextRange2::HexToUnicode
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextRange2::HexToUnicode
tom/ITextRange2::HexToUnicode
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextRange2.HexToUnicode

ITextRange2::HexToUnicode

-description

Converts and replaces the hexadecimal number at the end of this range to a Unicode character.

-returns

Type: HRESULT

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

-remarks

Some Unicode surrogates for hex values from 0x10000 up to 0x10FFFF are for internal use:

Hex values Available for use
7, 0xFDD0 — 0xFDEF, 0xFFF9 — 0xFFFF Internal use only
0xA — 0xD in the C0 range (0-0x1F) Available for use
C1 range (0x80 — 0x9F) Internal use only

-see-also

ITextRange2