IContextNode::GetStrokeId method

Retrieves the stroke identifier for the stroke referenced by an index value within the IContextNode object.

Syntax

HRESULT GetStrokeId(
  [in]  ULONG ulIndex,
  [out] LONG  *plStrokeId
);

Parameters

ulIndex [in]

The index of the stroke to be returned.

plStrokeId [out]

The stroke identifier for the stroke referenced by the ulIndex parameter within the current IContextNode object.

Return value

For a description of the return values, see Classes and Interfaces - Ink Analysis.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
IACom.h (also requires IACom_i.c)
DLL
IACom.dll

See also

IContextNode

IContextNode::GetStrokeIds

IContextNode::GetStrokeCount

Ink Analysis Reference