IContextNode::RemovePropertyData method

Removes a piece of application-specific data.

Syntax

HRESULT RemovePropertyData(
  [in] const GUID *pPropertyDataId
);

Parameters

pPropertyDataId [in]

The identifier of the data to remove.

Return value

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

Remarks

E_INVALIDARG is returned if the pPropertyDataId parameter is one of the Context Node Properties constants.

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

IContextNode::SavePropertiesData

Ink Analysis Reference