InkPicture.CustomStrokes property

Gets the IInkCustomStrokes collection to be persisted with the ink.

This property is read-only.

Syntax

HRESULT get_CustomStrokes(
  [out, retval] InkCustomStrokes **ppunkInkCustomStrokes
);

Property value

The IInkCustomStrokes collection, which contains the user-defined strokes to be persisted with the ink.

Error codes

Name Meaning
S_OK

Success.

E_POINTER

The parameter pointer was NULL or invalid.

E_INK_EXCEPTION

An exception occurred inside the method.

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Msinkaut.h (also requires Msinkaut_i.c)

Library

InkObj.dll

See also

InkPicture

InkPicture Control

IInkCustomStrokes Interface

IInkStrokeDisp Interface