SECEditMLCommentArray::ContainsLineCol

int SECEditMLCommentArray::ContainsLineCol(const SECEditLineCol& lc)

Searches the array for a comment that contains the given position.

Defined in: SECEditLineCol.cpp

Return Value

Returns the index of an element in the array if the line/column position is found to be contained in a multiline comment; otherwise -1.

Parameters

lc

The line column position to search for.

See Also

SECEditMLCommentArray CommentStartEnd SpanComments