IContextNode::LoadPropertiesData method

Recreates the application-specific and internal property data for an array of bytes that was previously created with IContextNode::SavePropertiesData.

Syntax

HRESULT LoadPropertiesData(
  [in]  ULONG        cbPropertiesDataSize,
  [in]  BYTE         *pbPropertiesData,
  [out] VARIANT_BOOL *pfSuccessful
);

Parameters

cbPropertiesDataSize [in]

The size of the properties data array.

pbPropertiesData [in]

The 8-bit unsigned integer array containing property information to load.

pfSuccessful [out]

VARIANT_TRUE if the property data loaded successfully; otherwise, VARIANT_FALSE.

Return value

For a description of the return values, see Classes and Interfaces - 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::AddPropertyData

IContextNode::ContainsPropertyData

IContextNode::GetPropertyData

IContextNode::GetPropertyDataIds

IContextNode::RemovePropertyData

IContextNode::SavePropertiesData

Ink Analysis Reference