Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 2.12 KB

icontextnode-gettypename.md

File metadata and controls

87 lines (53 loc) · 2.12 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Retrieves a human-readable type name of this IContextNode.
02031efd-1e9c-4e96-8dc1-280cc1a6e58f
IContextNode::GetTypeName method (IACom.h)
reference
05/31/2018
APIRef
kbSyntax
IContextNode.GetTypeName
COM
IACom.dll

IContextNode::GetTypeName method

Retrieves a human-readable type name of this IContextNode.

Syntax

HRESULT GetTypeName(
  [out] BSTR *pbstrContextNodeType
);

Parameters

pbstrContextNodeType [out]

A human-readable type name of this IContextNode.

Return value

For a description of the return values, see Classes and Interfaces - Ink Analysis.

Remarks

Caution

To avoid a memory leak, call SysFreeString on *pbstrContextNodeType when you no longer need to use the string.

For example, this method sets pbstrContextNodeType to "InkWordNode" for an ink word node (see IContextNode::GetType and Context Node Types).

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
IACom.h (also requires IACom_i.c)
DLL
IACom.dll

See also

IContextNode

IContextNode::GetType

Context Node Types

Ink Analysis Reference