ISECEditLangConfig::IsKeyword

BOOL ISECEditLangConfig::IsKeyword(LPCTSTR lpszKeyword, int nLength, unsigned short& nOffset)

Compares a string against the list of keywords.

Defined in: ISECEditLangConfig.h

Return Value

Returns non-zero if a keyword was located; otherwise returns 0.

Parameters

lpszKeyword

Points to the keyword to look up.

nLength

The length of lpszKeyword.

nOffset

Offset into an internal array of color info objects that describes the colors to render the found keyword.

See Also

ISECEditLangConfig