Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 2.5 KB

nf-msinkaut-iinkrecognizer-get_name.md

File metadata and controls

70 lines (58 loc) · 2.5 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:msinkaut.IInkRecognizer.get_Name
IInkRecognizer::get_Name (msinkaut.h)
Gets the name of the object. (IInkRecognizer.get_Name)
701951fd-ffb9-40fd-bb2c-7cdeb330f9b7
IInkRecognizer interface [Tablet PC]
Name property
IInkRecognizer.Name
IInkRecognizer.get_Name
IInkRecognizer::Name
IInkRecognizer::get_Name
Name property [Tablet PC]
Name property [Tablet PC]
IInkRecognizer interface
get_Name
msinkaut/IInkRecognizer::Name
msinkaut/IInkRecognizer::get_Name
tablet.iinkrecognizer_name
tablet\iinkrecognizer_name.htm
tablet
701951fd-ffb9-40fd-bb2c-7cdeb330f9b7
12/05/2018
701951fd-ffb9-40fd-bb2c-7cdeb330f9b7, IInkRecognizer interface [Tablet PC],Name property, IInkRecognizer.Name, IInkRecognizer.get_Name, IInkRecognizer::Name, IInkRecognizer::get_Name, Name property [Tablet PC], Name property [Tablet PC],IInkRecognizer interface, get_Name, msinkaut/IInkRecognizer::Name, msinkaut/IInkRecognizer::get_Name, tablet.iinkrecognizer_name
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IInkRecognizer::get_Name
msinkaut/IInkRecognizer::get_Name
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IInkRecognizer.Name
IInkRecognizer.get_Name
IInkRecognizer.get_Name

IInkRecognizer::get_Name

-description

Gets the name of the object.

This property is read-only.

-parameters

-remarks

Accessing this property within certain message handlers can result in the underlying function being re-entered, causing unexpected results. Take care to avoid a reentrant call when handling any of the following messages: WM_ACTIVATE, WM_ACTIVATEAPP, WM_NCACTIVATE, WM_PAINT; WM_SYSCOMMAND if wParam is set to SC_HOTKEY or SC_TASKLIST; and WM_SYSKEYDOWN (when processing Alt-Tab or Alt-Esc key combinations). This is an issue with single-threaded apartment model applications.

-see-also

IInkRecognizer Interface