Edit

IContextNode::IsAlternateStringSupported method

Indicates whether the specified recognized string came from the system dictionary, user dictionary, or word list. Any restricting data, like wordlists, guides or factoids, in any corresponding hint node will be used to determine if the string is supported.

Syntax

HRESULT IsAlternateStringSupported(
  [in]  BSTR         bstrAlternateString,
  [out] VARIANT_BOOL *pfIsSupported
);

Parameters

bstrAlternateString [in]

Recognized string to verify.

pfIsSupported [out]

VARIANT_TRUE if the specified string is supported by the IInkAnalysisRecognizer with any corresponding hint nodes applied; VARIANT_FALSE if not supported.

Return value

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

Remarks

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