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