Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

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

 

 

Show:
© 2017 Microsoft