IE_GETSELITEMS
Retrieves a
list of all selected strokes in the control.
Parameters
wParam
Size of the
buffer passed in.
lParam
Address of a
buffer of UINT variables that will be filled with the indices of the selected
strokes in the control. This buffer must be large enough to hold all requested
indices. The application can ensure this by first getting the number of
selected strokes with the IE_GETSELCOUNT message and then calculating the
required size of the buffer.
Return Value
Returns
IER_OK if successful; otherwise, returns IER_PARAMERR to indicate that wParam
or lParam is invalid.
See Also