SECEditController::GetCurrentWord
CStringSECEditController::GetCurrentWord(int*pStartCol, int*pEndCol)
Retrieves the word at the current caret position.
Defined in: SECEditController.cpp
Return Value
Returns the word found at the current caret position. If the returned string is empty, the pointer values are not modified.
Parameters
pStartCol
Output parameter. Points to the starting column index of the word.
pEndCol
Output parameter. Points to the ending column index of the word.
See Also