This topic has not yet been rated - Rate this topic

InkDisp.CustomStrokes property

Applies to: desktop apps only

Gets the collection of custom strokes to be persisted with the ink.

This property is read-only.

Syntax

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

Property value

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

Error codes

NameMeaning
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

Minimum supported server

None supported

Header

Msinkaut.h (also requires Msinkaut_i.c)

Library

InkObj.dll

See also

InkDisp Class
IInkCustomStrokes Interface
IInkStrokeDisp Interface

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.