SECEdit::FindSLComment
BOOLSECEdit::FindSLComment(intnLine, int&nStartCol, int&nEndCol)
Scans a line to determine which parts are single line keywords.
Defined in: SECEdit.cpp
Return Value
Returns non-zero if a single line keyword is found; otherwise 0.
Parameters
nLine
The line index of the text.
nStartCol
Output parameter. References the starting column index of keyword to return.
nEndCol
Output parameter. References the ending column of keyword to return.