SECEdit::IsLineColInSLComment

BOOL SECEdit::IsLineColInSLComment(const SECEditLineCol & lc, int* pStartCol, int* pEndCol)

Tests whether the given text position is located in a single line comment.

Defined in: SECEdit.cpp

Return Value

Returns non-zero if the text position is within a single line comment; otherwise, 0;

Parameters

lc

Position in the text to test.

pStartCol

Output parameter. Points to the starting column index of single line keyword to return.

pEndCol

Output parameter. Points to the ending column index of single line keyword to return.