SECEdit::ColorTokenKwML

int SECEdit::ColorTokenKwML(int nLine, LPCTSTR lpszLine, LPCTSTR lpszToken, int nLength, SECEditLineColor* pLineColor, SECEditKeywordInfo* pInfo)

Sets the syntax coloring for multi-line token keywords

Defined in: SECEdit.cpp

Return Value

Returns the length of text that was colored

Parameters

nLine

The line number being colored

lpszLine

Pointer to the text at the start of the line

lpszToken

Pointer to the text that starts this token

nLength

Length from the token start to the line end

pLineColor

Pointer to the syntax coloring for this line

pInfo

Pointer to the token keyword information