SECEditController::GetWordStart

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

Retrieves the beginning portion of a word and its starting position.

Defined in: SECEditController.cpp

Return Value

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

Parameters

strLeft

The beginning portion of the word to return

nLine

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

nCol

The returned column index for the beginning of the word.

See Also

SECEditController GetCurrentWord GetWord GetWordEnd