IInkExtendedProperties::Clear method (msinkaut.h)

Clears all of the IInkExtendedProperty objects from the IInkExtendedProperties collection.

Syntax

HRESULT Clear();

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_INK_EXCEPTION
An exception occurred inside the method.
E_FAIL
An unspecified error occurred.

Remarks

To clear only one extended property at a time, call the Remove method of the IInkExtendedProperties collection.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkExtendedProperties Interface

Remove Method [IInkExtendedProperties Interface]