Data Property [InkTransform Class] (Automation Only)

Data Property [InkTransform Class] (Automation Only)

Returns or sets access to the XFORM structure.

Declaration

[C++]

[propput] HRESULT put_Data ([in] XFORM XForm);
[propget] HRESULT get_Data ([out, retval] XFORM* XForm);

Property Value

XFORM Returns or sets access to the Microsoft® Win32® XFORM structure.

Return Value

HRESULT value Description
S_OK Success.
E_POINTER The parameter pointer was invalid.
E_INK_EXCEPTION An exception occurred inside the method.

Applies To