SECEditController::GetWordEnd

BOOL SECEditController::GetWordEnd(CString& strLeft, int& nLine, int& nCol)

Retrieves the ending portion of a word and its ending position.

Defined in: SECEditController.cpp

Return Value

Returns non-zero if the ending boundary of a word is located; otherwise 0.

Parameters

strLeft

The ending portion of the word to return

nLine

The returned line index for the ending position of the word.

nCol

The returned column index for the ending of the word.

See Also

SECEditController GetCurrentWord GetWord GetWordStart