Skip to content

Latest commit

 

History

History
159 lines (130 loc) · 3.92 KB

nf-msinkaut-iinkdisp-createstrokes.md

File metadata and controls

159 lines (130 loc) · 3.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msinkaut.IInkDisp.CreateStrokes
IInkDisp::CreateStrokes (msinkaut.h)
Creates a new InkStrokes collection from existing IInkStrokeDisp objects.
21e68151-38c9-414f-840c-c2687a05aea4
CreateStrokes
CreateStrokes method [Tablet PC]
CreateStrokes method [Tablet PC]
IInkDisp interface
IInkDisp interface [Tablet PC]
CreateStrokes method
IInkDisp.CreateStrokes
IInkDisp::CreateStrokes
msinkaut/IInkDisp::CreateStrokes
tablet.inkdisp_createstrokes
tablet\inkdisp_createstrokes.htm
tablet
21e68151-38c9-414f-840c-c2687a05aea4
12/05/2018
21e68151-38c9-414f-840c-c2687a05aea4, CreateStrokes, CreateStrokes method [Tablet PC], CreateStrokes method [Tablet PC],IInkDisp interface, IInkDisp interface [Tablet PC],CreateStrokes method, IInkDisp.CreateStrokes, IInkDisp::CreateStrokes, msinkaut/IInkDisp::CreateStrokes, tablet.inkdisp_createstrokes
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IInkDisp::CreateStrokes
msinkaut/IInkDisp::CreateStrokes
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IInkDisp.CreateStrokes

IInkDisp::CreateStrokes

-description

Creates a new InkStrokes collection from existing IInkStrokeDisp objects.

-parameters

-param StrokeIds [in, optional]

Optional. Specifies an array of stroke IDs that exist in the InkDisp object. The strokes with these IDs are added to a new InkStrokes collection. The default value is NULL.

For more information about the VARIANT structure, see Using the COM Library.

-param Strokes [out, retval]

When this method returns, contains a pointer to a new InkStrokes collection.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
E_POINTER
A parameter contained an invalid pointer.
E_INVALIDARG
Invalid VARIANT type (only VT_ARRAY | VT_I4 supported).
E_INK_EXCEPTION
An exception occurred inside the method.
E_OUTOFMEMORY
Cannot allocate memory to create the new Strokes collection.
TPC_E_INVALID_STROKE
Stroke IDs that do not exist were passed to the method.

-remarks

If the ids parameter is NULL or an empty array, then an empty InkStrokes collection is created.

-see-also

IInkDisp

InkDisp Class

InkStrokes Collection