IE_GETSEL

Retrieves the selection status of a particular stroke.

Parameters

wParam

Contains the zero-based index of the stroke whose selection status is queried.

lParam

Not used; must be 0.

Return Value

Returns one of the following values:

Constant

Description

IER_YES

The stroke is selected.

IER_NO

The stroke is not selected.

IER_PARAMERR

wParam or lParam is invalid.

 

See Also

IE_SETSEL