IASEditBox::get_SelectionIndex

This method gets the index of the currently selected character.

Syntax

HRESULT get_SelectionIndex( short *pwich );

Parameters

pwich
[out] Pointer to the index of the character being edited.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid. E_ACCESSDENIED indicates that editing mode is not enabled.