SECEdit::ColorMLComments

BOOL SECEdit::ColorMLComments(const SECEditLineColPair& lcBlock, SECEditMLComment& lcComment)

Scans the line for multiline keywords in a block of text.

Defined in: SECEdit.cpp

Return Value

Returns non-zero if a multiline keyword is found; otherwise 0. Also, if found returns the brackets of the comment in lcComment.

Parameters

lcBlock

Starting and ending positions in text to search.

lcComment

Output parameter. If found, assigns the multiline keyword found.

Comments

Starts searching from lcBlock.start and stops at lcBlock.end for any multiline comments.

See Also

SECEdit IsMLKeyword IsSLKeyword