CallDivideResultsStrokeIds function

Retrieves the Id properties for the IInkStrokeDisp objects of the corresponding word, line, paragraph, or drawing determined by ink analysis.

This function is not intended to be used by application code.

Syntax

HRESULT WINAPI CallDivideResultsStrokeIds(
  _In_  INT_PTR hDivider,
  _Out_ int     aWordStrokeIds[],
  _Out_ int     aLineStrokeIds[],
  _Out_ int     aParagraphStrokeIds[],
  _Out_ int     aDrawingStrokeIds[]
);

Parameters

hDivider [in]

A handle to the Divider object.

aWordStrokeIds[] [out]

An array of the stroke IDs of the ink in the word.

aLineStrokeIds[] [out]

An array of the stroke IDs of the ink in the line.

aParagraphStrokeIds[] [out]

An array of the stroke IDs of the ink in the paragraph.

aDrawingStrokeIds[] [out]

An array of the stroke IDs of the ink in the drawing.

Return value

This function can return one of these values.

Return code Description
S_OK
The function succeeded.
E_INVALIDARG
The hDivider parameter is invalid.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Library
InkDiv.dll