IContextNode::GetPartiallyPopulated method

Retrieves the value that indicates whether an IContextNode object is partially populated or fully populated.

Syntax

HRESULT GetPartiallyPopulated(
  [out] VARIANT_BOOL *pfPartiallyPopulated
);

Parameters

pfPartiallyPopulated [out]

VARIANT_TRUE if this IContextNode object does not contain complete data; otherwise, VARIANT_FALSE.

Return value

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

Remarks

Use this method when your application maintains its own data structure, which is synchronized with that of the IInkAnalyzer. For more information, see Data Proxy with Ink Analysis.

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

IContextNode::CreatePartiallyPopulatedSubNode

_IAnalysisProxyEvents::PopulateContextNode

Ink Analysis Reference