Skip to content

Latest commit

 

History

History
92 lines (54 loc) · 2.07 KB

icontextnode-isconfirmed.md

File metadata and controls

92 lines (54 loc) · 2.07 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Retrieves a value that indicates whether the ConfirmationType passed in to this method has been set on this IContextNode.
4a96bc46-b627-4784-ad1d-1079f49592e5
IContextNode::IsConfirmed method (IACom.h)
reference
05/31/2018
APIRef
kbSyntax
IContextNode.IsConfirmed
COM
IACom.dll

IContextNode::IsConfirmed method

Retrieves a value that indicates whether the ConfirmationType passed in to this method has been set on this IContextNode.

Syntax

HRESULT IsConfirmed(
  [in]  ConfirmationType confirmedType,
  [out] VARIANT_BOOL     *pfTypeConfirmed
);

Parameters

confirmedType [in]

The confirmation type being tested for.

pfTypeConfirmed [out]

VARIANT_TRUE if the type passed in confirmedType has been set on this IContextNode object; otherwise, VARIANT_FALSE.

Return value

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

Remarks

This value is set by the IContextNode::Confirm method.

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::Confirm

Ink Analysis Reference