ISECEditLangConfig::GetSpecialKeyword

SECEditKeywordInfo* ISECEditLangConfig::GetSpecialKeyword(LPCTSTR lpszStartChars, SECEditKeywordType keytype = secKT_All, int nLookAhead = 1)

Examines a string for token-based keywords.

Defined in: ISECEditLangConfig.h

Parameters

lpszStartChars

Points to a string buffer that will contain the token-based keyword, if found.

keytype

The type of keyword to look for. See SECEditKeywordType

nLookAhead

The number of characters to look ahead.

See Also

ISECEditLangConfig SECEditKeywordInfo SECEditKeywordType GetSpecialKeywords