SECEditLangConfig::GetSpecialKeyword

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

Examines a string for token-based keywords.

Defined in: SECEditLangConfig.cpp

Parameters

lpszStartChars

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

Comments

This is an implementation of the ISECEditLangConfig interface.

keytype

The type of keyword to look for. See SECEditKeywordType.

nLookAhead

The number of characters to look ahead.

See Also

SECEditLangConfig SECEditKeywordInfo SECEditKeywordType GetSpecialKeywords